Private
Public Access
2
0

mysql: default db host localhost -> 127.0.0.1

This commit is contained in:
2026-03-10 15:16:05 +03:00
parent f7d46af457
commit 0e83e7d593
3 changed files with 3 additions and 2 deletions

View File

@@ -28,4 +28,4 @@
name: "{{ item.name }}"
password: "{{ item.password }}"
priv: "{{ item.priv }}"
host: "{{ item.host }}"
host: "{{ item.host | default('127.0.0.1') }}"