mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2026-02-04 07:11:49 +00:00
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`).
3 lines
126 B
YAML
3 lines
126 B
YAML
---
|
|
minor_changes:
|
|
- '`mysql_query` - add new `session_vars` argument, similar to ansible-collections/community.mysql#489.'
|