attempting to force a socket connection for mysql user creation

This commit is contained in:
Tim Flink 2015-06-16 21:20:51 +00:00
parent a2c7ddc68f
commit ec8915b432

View file

@ -27,6 +27,7 @@
state: present
login_user: root
login_password: "{{ mariadb_root_password }}"
login_unix_socket: "/var/lib/mysql/mysql.sock"
delegate_to: "{{ inventory_hostname }}"
- name: create phabricator daemon user