We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec5758c + 65b6b9e commit bf2e0e5Copy full SHA for bf2e0e5
1 file changed
ansible/roles/wait_for_container_exit/tasks/main.yml
@@ -9,10 +9,7 @@
9
- name: wait for container to stop
10
delegate_to: "{{ builder }}"
11
become: yes
12
- script: findTagRunning.sh {{ container_image }}
13
- register: result
14
tags: deploy
15
- become: yes
16
command: docker wait {{ container_ids.stdout | trim }}
17
register: container_exit_code
18
0 commit comments