ignore docker compose down errors
Infrastructure / Check and run Ansbile playbooks (pull_request) Successful in 4m36s Details

This commit is contained in:
Gleb Koval 2023-09-26 03:20:08 +01:00
parent 4f0dde1da8
commit c5c4164383
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 0 deletions

View File

@ -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 }}