Refactor user@<gateway ip addr> into user@%

This commit is contained in:
Laurent Indermuehle 2023-01-12 18:52:28 +01:00
commit 4e0c048965
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
7 changed files with 94 additions and 84 deletions

View file

@ -26,6 +26,7 @@
mysql_user:
<<: *mysql_params
name: '{{ user_name_1 }}'
host_all: true
state: absent
ignore_errors: yes