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
731883bc31
commit
6ae911b82d
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
|
||||
- name: (re)start container
|
||||
become: true
|
||||
ansible.builtin.command: docker-compose up -d
|
||||
ansible.builtin.command: "docker-compose pull && docker-compose up -d"
|
||||
args:
|
||||
chdir: "{{ compose_dest_basedir }}/{{ item.name }}"
|
||||
register: start_result # speichere ergebnis in var
|
||||
|
|
Loading…
Reference in a new issue