attempting to force a socket connection for mysql user creation
This commit is contained in:
parent
a2c7ddc68f
commit
ec8915b432
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
state: present
|
state: present
|
||||||
login_user: root
|
login_user: root
|
||||||
login_password: "{{ mariadb_root_password }}"
|
login_password: "{{ mariadb_root_password }}"
|
||||||
|
login_unix_socket: "/var/lib/mysql/mysql.sock"
|
||||||
delegate_to: "{{ inventory_hostname }}"
|
delegate_to: "{{ inventory_hostname }}"
|
||||||
|
|
||||||
- name: create phabricator daemon user
|
- name: create phabricator daemon user
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue