mariadb.yml aktualisiert
This commit is contained in:
parent
bc8259a5ca
commit
9127834c0d
10
mariadb.yml
10
mariadb.yml
@ -183,11 +183,11 @@
|
|||||||
backup: yes
|
backup: yes
|
||||||
notify: Restart mariadb
|
notify: Restart mariadb
|
||||||
|
|
||||||
# - name: Start mariadb
|
- name: Start mariadb
|
||||||
# ansible.builtin.shell: docker-compose up -d --force-recreate
|
ansible.builtin.shell: docker-compose up -d
|
||||||
# args:
|
args:
|
||||||
# chdir: /home/docker/mariadb.{{inventory_hostname}}
|
chdir: /home/docker/mariadb.{{inventory_hostname}}
|
||||||
# creates: /home/docker/mariadb.{{inventory_hostname}}/db-data/ibdata1
|
creates: /home/docker/mariadb.{{inventory_hostname}}/db-data/ibdata1
|
||||||
|
|
||||||
- name: Wait until mariadb install is finished
|
- name: Wait until mariadb install is finished
|
||||||
wait_for:
|
wait_for:
|
||||||
|
Loading…
Reference in New Issue
Block a user