ignore error

This commit is contained in:
CHIEFSOFT\ameye
2025-08-08 22:57:49 -04:00
parent 63488c7e80
commit ae89d7f9e1
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -39,13 +39,13 @@
shell:
# cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker stop
cmd: docker stop {{CONTAINER_NAME}}
ignore_errors: yes
ignore_errors: yes
- name: remove container is currently available
shell:
# cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker rm
cmd: docker rm {{CONTAINER_NAME}}
ignore_errors: yes
ignore_errors: yes
- name: docker compose up
+2 -2
View File
@@ -39,13 +39,13 @@
shell:
# cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker stop
cmd: docker stop {{CONTAINER_NAME}}
ignore_errors: yes
ignore_errors: yes
- name: remove container is currently available
shell:
# cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker rm
cmd: docker rm {{CONTAINER_NAME}}
ignore_errors: yes
ignore_errors: yes
- name: docker compose up
shell:
+2 -2
View File
@@ -40,13 +40,13 @@
shell:
# cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker stop
cmd: docker stop {{CONTAINER_NAME}}
ignore_errors: yes
ignore_errors: yes
- name: remove container is currently available
shell:
# cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker rm
cmd: docker rm {{CONTAINER_NAME}}
ignore_errors: yes
ignore_errors: yes
- name: docker compose up
+2 -2
View File
@@ -40,13 +40,13 @@
shell:
# cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker stop
cmd: docker stop {{CONTAINER_NAME}}
ignore_errors: yes
ignore_errors: yes
- name: remove container is currently available
shell:
# cmd: docker ps -q --filter name='*{{CONTAINER_NAME}}*' | xargs docker rm
cmd: docker rm {{CONTAINER_NAME}}
ignore_errors: yes
ignore_errors: yes
- name: docker compose up