Make Ansible pull up-to-date containers when starting docker compose
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user