ignore docker compose down errors
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 4m36s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 4m36s
Details
This commit is contained in:
parent
4f0dde1da8
commit
c5c4164383
|
@ -15,6 +15,7 @@
|
||||||
ansible.builtin.command: docker compose down
|
ansible.builtin.command: docker compose down
|
||||||
args:
|
args:
|
||||||
chdir: "{{ user.home }}/{{ app }}"
|
chdir: "{{ user.home }}/{{ app }}"
|
||||||
|
ignore_errors: true
|
||||||
- name: Copy project
|
- name: Copy project
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: ./{{ app }}
|
src: ./{{ app }}
|
||||||
|
|
Loading…
Reference in New Issue