This commit is contained in:
Andrew Klychkov 2020-10-13 11:08:37 +03:00
parent d3486a16c8
commit 55c7b9c2f3
2 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
bugfixes:
- "mysql modules - fix crash when ``!include_dir`` option is in config file (https://github.com/ansible-collections/community.mysql/issues/46)."
- "mysql modules - fix crash when ``!includedir`` option is in config file (https://github.com/ansible-collections/community.mysql/issues/46)."

View file

@ -3,7 +3,7 @@
config_file: "/root/.my1.cnf"
fake_port: 9999
fake_host: "blahblah.local"
include_dir: "/root/.my.cnf.d"
include_dir: "/root/mycnf.d"
- name: Create custom config file
shell: 'echo "[client]" > {{ config_file }}'