Solved bugs

This commit is contained in:
2023-03-26 21:11:09 +02:00
parent ec6e4c1a9f
commit 0d12256e59
2 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,9 @@
dest: "{{docker_btrfs_health_check_folder}}btrfs-health-check.sh"
- name: create btrfs-health-check.service
template: btrfs-health-check.service.j2 dest=/etc/systemd/system/btrfs-health-check.service
template:
src: btrfs-health-check.service.j2
dest: /etc/systemd/system/btrfs-health-check.service
notify: restart btrfs-health-check.service
- name: create btrfs-health-check.timer