mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-15 09:21:04 +01:00
6 lines
159 B
YAML
6 lines
159 B
YAML
|
- name: "reload docker-volume-backup-cleanup.service daemon"
|
||
|
systemd:
|
||
|
name: docker-volume-backup-cleanup.service
|
||
|
enabled: yes
|
||
|
daemon_reload: yes
|