don't create db for phabricator, it needs to do that on its own
This commit is contained in:
parent
eea51afd7f
commit
7ee033df37
2 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue