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