mysql: default db host localhost -> 127.0.0.1
This commit is contained in:
@@ -28,4 +28,4 @@
|
||||
name: "{{ item.name }}"
|
||||
password: "{{ item.password }}"
|
||||
priv: "{{ item.priv }}"
|
||||
host: "{{ item.host }}"
|
||||
host: "{{ item.host | default('127.0.0.1') }}"
|
||||
|
||||
Reference in New Issue
Block a user