mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-28 05:11:26 -07:00
Add path to default-file
/root doesn't exist with --venv
This commit is contained in:
parent
01e664fb25
commit
eec9f972cc
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
||||||
login_user: '{{ mysql_user }}'
|
login_user: '{{ mysql_user }}'
|
||||||
login_host: '{{ mysql_host }}'
|
login_host: '{{ mysql_host }}'
|
||||||
login_port: '{{ mysql_primary_port }}'
|
login_port: '{{ mysql_primary_port }}'
|
||||||
|
config_file: "{{ playbook_dir }}/root/.my.cnf"
|
||||||
register: result
|
register: result
|
||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue