This commit is contained in:
Michael Grote 2022-04-02 15:25:17 +02:00
parent cf7352da1b
commit 97411568a8
1 changed files with 2 additions and 2 deletions

View File

@ -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