removing delgation of mariadb user creation since db is localhost now

This commit is contained in:
Tim Flink 2015-05-13 18:21:05 +00:00
parent dd2e584a72
commit 1ac5436e33

View file

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