created health check for btrfs

This commit is contained in:
2022-01-30 13:22:47 +01:00
parent a90e02ce02
commit 597a0ab9ad
8 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
- name: "restart btrfs-health-check.service"
systemd:
name: btrfs-health-check.service
state: restarted
enabled: yes
daemon_reload: yes
- name: "restart btrfs-health-check.timer"
systemd:
name: btrfs-health-check.timer
state: restarted
enabled: yes
daemon_reload: yes