mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 05:35:45 +08:00
trying a different way of making sure user is created on the correct host
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
state: present
|
||||
login_user: root
|
||||
login_password: "{{ mariadb_root_password }}"
|
||||
delegate_to: "{{ inventory_hostname }}"
|
||||
login_host: "{{ inventory_hostname }}"
|
||||
|
||||
- name: create phabricator daemon user
|
||||
user: name={{ phabricator_daemon_user }}
|
||||
|
||||
Reference in New Issue
Block a user