mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 02:30:32 -07:00
fix CI
This commit is contained in:
parent
d3486a16c8
commit
55c7b9c2f3
2 changed files with 2 additions and 2 deletions
|
@ -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)."
|
||||
|
|
|
@ -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 }}'
|
||||
|
|
Loading…
Add table
Reference in a new issue