fix role docker_compose: pull and restart #243

Merged
mg merged 5 commits from inline into master 2024-11-15 21:37:29 +01:00
Showing only changes of commit 6ae911b82d - Show all commits

View file

@ -53,7 +53,7 @@
- name: (re)start container - name: (re)start container
become: true become: true
ansible.builtin.command: docker-compose up -d ansible.builtin.command: "docker-compose pull && docker-compose up -d"
args: args:
chdir: "{{ compose_dest_basedir }}/{{ item.name }}" chdir: "{{ compose_dest_basedir }}/{{ item.name }}"
register: start_result # speichere ergebnis in var register: start_result # speichere ergebnis in var