changed Files: roles/mgrote_docker_compose_inline/tasks/main.yml
All checks were successful
ansible-lint / gitleaks (pull_request) Successful in 4s
ansible-lint / Ansible Lint (pull_request) Successful in 41s

Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-11-15 20:31:19 +00:00
parent 731883bc31
commit 6ae911b82d

View file

@ -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