fix: solve linting issues
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
201be418dd
commit
bff10bf314
@ -4,18 +4,21 @@
|
||||
template:
|
||||
src: etc/sysconfig/tidy.j2
|
||||
dest: /etc/sysconfig/tidy
|
||||
mode: 0600
|
||||
notify: __tidy_restart
|
||||
|
||||
- name: Write timer file
|
||||
template:
|
||||
src: etc/systemd/system/tidy.timer.j2
|
||||
dest: /etc/systemd/system/tidy.timer
|
||||
mode: 0644
|
||||
notify: __tidy_restart
|
||||
|
||||
- name: Write service file
|
||||
template:
|
||||
src: etc/systemd/system/tidy.service.j2
|
||||
dest: /etc/systemd/system/tidy.service
|
||||
mode: 0644
|
||||
notify: __tidy_restart
|
||||
become: True
|
||||
become_user: root
|
||||
|
Loading…
Reference in New Issue
Block a user