ignore docker compose down errors
All checks were successful
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 4m36s
All checks were successful
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 4m36s
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…
x
Reference in New Issue
Block a user