mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
trying another combination of values for mysql_user
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
state: present
|
||||
login_user: root
|
||||
login_password: "{{ mariadb_root_password }}"
|
||||
login_unix_socket: "/var/lib/mysql/mysql.sock"
|
||||
login_host: "127.0.0.1"
|
||||
delegate_to: "{{ inventory_hostname }}"
|
||||
|
||||
- name: create phabricator daemon user
|
||||
|
||||
Reference in New Issue
Block a user