changed Files: roles/mgrote_docker_compose_inline/tasks/main.yml
Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
ae87e28245
commit
93ae636756
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
chdir: "{{ compose_dest_basedir }}/{{ item.name }}"
|
||||
register: pull_result # speichere ergebnis in var
|
||||
changed_when: "pull_result.rc == 0" # markiere tasks als changed when exit-code == 0
|
||||
loop: "{{ compose_files }}"
|
||||
|
||||
- name: (re)start container
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue