don't create db for phabricator, it needs to do that on its own

This commit is contained in:
Tim Flink 2015-02-02 07:27:26 +00:00
parent eea51afd7f
commit 7ee033df37
2 changed files with 1 additions and 5 deletions

View file

@ -16,10 +16,6 @@
- arcanist
- phabricator
- name: create mariadb database
delegate_to: "{{ mariadb_host }}"
mysql_db: name={{ phabricator_db_name }}
- 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