mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-16 00:47:29 +02:00
6 lines
162 B
YAML
6 lines
162 B
YAML
- name: "reload sys-hlth-docker-container service"
|
|
systemd:
|
|
name: sys-hlth-docker-container{{ SYS_SERVICE_SUFFIX }}
|
|
enabled: yes
|
|
daemon_reload: yes
|