wordpress.yml aktualisiert
This commit is contained in:
parent
bbf3e148ef
commit
06931e63fa
@ -179,7 +179,7 @@
|
|||||||
notify: Restart wordpress
|
notify: Restart wordpress
|
||||||
|
|
||||||
- name: Start wordpress
|
- name: Start wordpress
|
||||||
ansible.builtin.shell: docker-compose up -d
|
ansible.builtin.shell: docker-compose up -d --force-recreate
|
||||||
args:
|
args:
|
||||||
chdir: /home/docker/wordpress.{{inventory_hostname}}
|
chdir: /home/docker/wordpress.{{inventory_hostname}}
|
||||||
creates: /home/docker/wordpress.{{inventory_hostname}}/db-data/sys/db.opt
|
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
|
ansible.builtin.shell: bash /home/docker/wordpress.{{inventory_hostname}}/wordpress.init.sh
|
||||||
|
|
||||||
- name: Restart wordpress
|
- name: Restart wordpress
|
||||||
ansible.builtin.shell: docker-compose up -d
|
ansible.builtin.shell: docker-compose up -d --force-recreate
|
||||||
args:
|
args:
|
||||||
chdir: /home/docker/wordpress.{{inventory_hostname}}
|
chdir: /home/docker/wordpress.{{inventory_hostname}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user