wordpress.yml aktualisiert

This commit is contained in:
olli 2023-08-25 13:26:04 +02:00
parent bbf3e148ef
commit 06931e63fa

View File

@ -179,7 +179,7 @@
notify: Restart wordpress
- name: Start wordpress
ansible.builtin.shell: docker-compose up -d
ansible.builtin.shell: docker-compose up -d --force-recreate
args:
chdir: /home/docker/wordpress.{{inventory_hostname}}
creates: /home/docker/wordpress.{{inventory_hostname}}/db-data/sys/db.opt
@ -234,7 +234,7 @@
ansible.builtin.shell: bash /home/docker/wordpress.{{inventory_hostname}}/wordpress.init.sh
- name: Restart wordpress
ansible.builtin.shell: docker-compose up -d
ansible.builtin.shell: docker-compose up -d --force-recreate
args:
chdir: /home/docker/wordpress.{{inventory_hostname}}