ignore_errors: yes

This commit is contained in:
CHIEFSOFT\ameye
2025-10-11 14:43:57 -04:00
parent 46afeb2e52
commit 480661e511
+2 -1
View File
@@ -8,12 +8,13 @@
state: directory
mode: 0775
recurse: yes
ignore_errors: yes
- name: Docker Login to Registry
shell:
chdir: "{{DESTINATION_FOLDER}}/"
cmd: docker login -u="merms" -p="may12002!" registry.chiefsoft.com
- name: Copy file from 10.10.10.13 to LOCAL Directory
shell: sshpass -p '{{ password_variable }}' scp {{WHAT_PART_REMOTE}}/docker-compose.yml {{DESTINATION_FOLDER}}/docker-compose.yml
vars: