changing phabricator db name to db name prefix

This commit is contained in:
Tim Flink 2015-02-02 07:25:28 +00:00
parent 9fb5ef68a8
commit eea51afd7f
3 changed files with 3 additions and 2 deletions

View file

@ -22,7 +22,7 @@
- name: create mariadb user for phabricator
delegate_to: "{{ mariadb_host }}"
mysql_user: name={{ mariadb_user }} host={{ eth0_ip }} password={{ mariadb_password }} priv={{ phabricator_db_name }}.*:ALL,CREATE state=present
mysql_user: name={{ mariadb_user }} host={{ eth0_ip }} password={{ mariadb_password }} priv=*.*:ALL,CREATE state=present
- name: create phabricator daemon user
user: name={{ phabricator_daemon_user }}