Initial commit of Docker and mailcow updates
This commit is contained in:
9
roles/docker_update/tasks/main.yaml
Normal file
9
roles/docker_update/tasks/main.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Pull latest images and update Docker Compose stacks
|
||||
become: true
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ item }}"
|
||||
state: present
|
||||
pull: always
|
||||
loop: "{{ docker_compose_dirs | default([]) }}"
|
||||
|
||||
Reference in New Issue
Block a user