mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-27 23:21:27 -07:00
Add default file for root necessary since using venv instead of docker
This commit is contained in:
parent
d781636f32
commit
8c5806848f
7 changed files with 48 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
dbdeployer_version: 1.64.0
|
||||
dbdeployer_home_dir: /opt/dbdeployer
|
||||
|
||||
home_dir: /root
|
||||
home_dir: "{{ playbook_dir }}/root"
|
||||
|
||||
mariadb_install: false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue