mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
implemented check for anonymous volumes
This commit is contained in:
11
roles/health-docker-container/handlers/main.yml
Normal file
11
roles/health-docker-container/handlers/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- name: "reload health-docker-container.service"
|
||||
systemd:
|
||||
name: health-docker-container.service
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
||||
- name: "restart health-docker-container.timer"
|
||||
systemd:
|
||||
name: health-docker-container.timer
|
||||
state: restarted
|
||||
enabled: yes
|
||||
daemon_reload: yes
|
Reference in New Issue
Block a user