modules: add charset connection option

This commit is contained in:
Andrew Klychkov 2021-04-13 07:34:18 +02:00
commit 915d125d70
7 changed files with 117 additions and 3 deletions

View file

@ -265,6 +265,9 @@
# Tests for the priv parameter with dict value (https://github.com/ansible/ansible/issues/57533)
- include: test_priv_dict.yml
# Test charset option
- include: test_charset.yml
# Test that append_privs will not attempt to make a change where current privileges are a superset of new privileges
# (https://github.com/ansible-collections/community.mysql/issues/69)
- include: test_priv_append.yml enable_check_mode=no