trying a different way of making sure user is created on the correct host
This commit is contained in:
parent
e5d6e39a98
commit
324e373e46
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue