trying to delegate and set host for mysql user creation
This commit is contained in:
parent
cdcbfc453a
commit
555c34f8c7
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
login_user: root
|
||||
login_password: "{{ mariadb_root_password }}"
|
||||
login_host: "{{ inventory_hostname }}"
|
||||
delegate_to: "{{ inventory_hostname }}"
|
||||
|
||||
- name: create phabricator daemon user
|
||||
user: name={{ phabricator_daemon_user }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue