create privs don't seem to be working well, trying without them

This commit is contained in:
Tim Flink 2015-02-02 07:32:10 +00:00
parent 7ee033df37
commit f137ccb74c

View file

@ -18,7 +18,7 @@
- name: create mariadb user for phabricator
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
user: name={{ phabricator_daemon_user }}