Update to 2023-03-08 18:00

This commit is contained in:
Daniel Berteaud 2023-03-08 18:00:12 +01:00
parent 766fdfacbe
commit 41240aa121
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
password: "{{ db_pass }}"
priv: "{{ db_name }}.*:ALL"
append_privs: "{{ append_privs | default(False) }}"
host: "{{ ( db_server == 'localhost' ) | ternary('localhost', item ) }}"
host: "{{ ( db_server in ['localhost','127.0.0.1'] ) | ternary('localhost', item ) }}"
login_host: "{{ db_server }}"
login_port: "{{ db_port | default(omit) }}"
login_user: sqladmin