1
0
Fork 0
mirror of https://github.com/ansible-collections/community.mysql.git synced 2026-02-04 07:11:49 +00:00
community.mysql/tests/integration/targets/test_mysql_query/tasks
Richard Burnison 2e0c44f616
Add session_vars to mysql_query. (#729)
This commit adds a `session_vars` dict to the `mysql_query` plugin,
similar to that done in #489. While this could also be done by using a
list of queries, having a dictionary allows for a cleaner query,
reusability (via merge key), and a more consistent experience when using
different plugins (like `mysql_user`, which supports `session_vars`).
2025-09-12 09:05:30 +02:00
..
issue-28.yml Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00
main.yml Add session_vars to mysql_query. (#729) 2025-09-12 09:05:30 +02:00
mysql_query_initial.yml CI: fix string templating for ansible devel (core 2.19, 12 beta) in tests (#713) 2025-04-28 13:52:40 +02:00
session_vars.yml Add session_vars to mysql_query. (#729) 2025-09-12 09:05:30 +02:00