Initial commit of Docker and mailcow updates
This commit is contained in:
8
roles/mailcow_update/handlers/main.yaml
Normal file
8
roles/mailcow_update/handlers/main.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Restart main Docker stack
|
||||
become: true
|
||||
community.docker.docker_compose_v2:
|
||||
# This targets the first directory in the list you defined in your host_vars
|
||||
project_src: "{{ docker_compose_dirs[0] }}"
|
||||
state: restarted
|
||||
|
||||
Reference in New Issue
Block a user