lib
This commit is contained in:
parent
cf7352da1b
commit
97411568a8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue