removing delgation of mariadb user creation since db is localhost now
This commit is contained in:
parent
dd2e584a72
commit
1ac5436e33
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@
|
|||
- phabricator
|
||||
|
||||
- name: create mariadb user for phabricator
|
||||
delegate_to: "{{ mariadb_host }}"
|
||||
mysql_user: name={{ mariadb_user }} host={{ eth0_ip }} password={{ mariadb_password }} priv=*.*:ALL state=present
|
||||
|
||||
- name: create phabricator daemon user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue