Make Ansible pull up-to-date containers when starting docker compose

This commit is contained in:
2024-07-02 17:29:36 +02:00
parent 11049a04d8
commit 9a46b316df
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -136,6 +136,7 @@
project_src: "/etc/pbri/docker/{{ item.name }}"
state: "{{ item.state }}"
build: true
pull: true
debug: true
loop:
- name: drone
@@ -149,6 +150,7 @@
- name: score
state: present
# Keep these to ensure they're down
- name: factorio
state: absent
- name: glebby