delegate mysql user creation for phabricator to correct host
This commit is contained in:
parent
495a75f5d3
commit
3d47002257
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
state: present
|
||||
login_user: root
|
||||
login_password: "{{ mariadb_root_password }}"
|
||||
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