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
|
||||
args:
|
||||
chdir: "{{ user.home }}/{{ app }}"
|
||||
ignore_errors: true
|
||||
- name: Copy project
|
||||
ansible.builtin.copy:
|
||||
src: ./{{ app }}
|
||||
|
|
Loading…
Reference in New Issue