changing phabricator mysql user to localhost
This commit is contained in:
parent
1ac5436e33
commit
16080eb2c3
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
- phabricator
|
||||
|
||||
- name: create mariadb user for phabricator
|
||||
mysql_user: name={{ mariadb_user }} host={{ eth0_ip }} password={{ mariadb_password }} priv=*.*:ALL state=present
|
||||
mysql_user: name={{ mariadb_user }} host='localhost' password={{ mariadb_password }} priv=*.*:ALL state=present
|
||||
|
||||
- name: create phabricator daemon user
|
||||
user: name={{ phabricator_daemon_user }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue