fix string templating for ansible devel (core 2.19, 12 beta)

This commit is contained in:
Laurent Indermuehle 2025-04-24 19:10:54 +02:00
parent b26235b7d7
commit cf57ab9dda
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
4 changed files with 7 additions and 6 deletions

View file

@ -220,7 +220,7 @@
- name: Privs | Assert that 'GRANT' permission is present
assert:
that:
- mysql_info_about_users.users.localhost.{{ user_name_2 }}.Grant_priv == 'Y'
- mysql_info_about_users.users.localhost.db_user2.Grant_priv == 'Y'
- name: Privs | Test idempotency (expect ok)
mysql_user:
@ -246,7 +246,7 @@
- name: Privs | Assert that 'GRANT' permission is present (by host)
assert:
that:
- mysql_info_about_users.users.localhost.{{ user_name_2 }}.Grant_priv == 'Y'
- mysql_info_about_users.users.localhost.db_user2.Grant_priv == 'Y'
# ============================================================
- name: Privs | Update user with invalid privileges