create privs don't seem to be working well, trying without them
This commit is contained in:
parent
7ee033df37
commit
f137ccb74c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
- name: create mariadb user for phabricator
|
- name: create mariadb user for phabricator
|
||||||
delegate_to: "{{ mariadb_host }}"
|
delegate_to: "{{ mariadb_host }}"
|
||||||
mysql_user: name={{ mariadb_user }} host={{ eth0_ip }} password={{ mariadb_password }} priv=*.*:ALL,CREATE state=present
|
mysql_user: name={{ mariadb_user }} host={{ eth0_ip }} password={{ mariadb_password }} priv=*.*:ALL state=present
|
||||||
|
|
||||||
- name: create phabricator daemon user
|
- name: create phabricator daemon user
|
||||||
user: name={{ phabricator_daemon_user }}
|
user: name={{ phabricator_daemon_user }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue