From 97411568a8cf79dd5b7399a9a4fc6a4f43b0fb7e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 2 Apr 2022 15:25:17 +0200 Subject: [PATCH] lib --- roles/mgrote.zfs_sanoid/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/mgrote.zfs_sanoid/tasks/main.yml b/roles/mgrote.zfs_sanoid/tasks/main.yml index dea5138f..efa9b3a3 100644 --- a/roles/mgrote.zfs_sanoid/tasks/main.yml +++ b/roles/mgrote.zfs_sanoid/tasks/main.yml @@ -46,7 +46,7 @@ - name: add sanoid_mail.service to sanoid.service become: true community.general.ini_file: - path: "/etc/systemd/system/sanoid.service" + path: "/lib/systemd/system/sanoid.service" section: Unit state: present no_extra_spaces: no @@ -58,7 +58,7 @@ - name: set timer become: true community.general.ini_file: - path: "/etc/systemd/system/sanoid.timer" + path: "/lib/systemd/system/sanoid.timer" section: Timer state: present no_extra_spaces: no