mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-26 07:51:46 -07:00
Fix fqcn in module_defaults
This commit is contained in:
parent
bb11029070
commit
1489f2f3df
1 changed files with 2 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
|||
# dump produced was empty or worse, only contained `DROP TABLE IF EXISTS...`
|
||||
|
||||
- module_defaults:
|
||||
ansible.builtin.mysql_db: &mysql_defaults
|
||||
community.mysql.mysql_db: &mysql_defaults
|
||||
login_user: '{{ mysql_user }}'
|
||||
login_password: '{{ mysql_password }}'
|
||||
login_host: 127.0.0.1
|
||||
login_port: '{{ mysql_primary_port }}'
|
||||
ansible.builtin.mysql_query: *mysql_defaults
|
||||
community.mysql.mysql_query: *mysql_defaults
|
||||
|
||||
block:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue