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:
|
template:
|
||||||
src: etc/sysconfig/tidy.j2
|
src: etc/sysconfig/tidy.j2
|
||||||
dest: /etc/sysconfig/tidy
|
dest: /etc/sysconfig/tidy
|
||||||
|
mode: 0600
|
||||||
notify: __tidy_restart
|
notify: __tidy_restart
|
||||||
|
|
||||||
- name: Write timer file
|
- name: Write timer file
|
||||||
template:
|
template:
|
||||||
src: etc/systemd/system/tidy.timer.j2
|
src: etc/systemd/system/tidy.timer.j2
|
||||||
dest: /etc/systemd/system/tidy.timer
|
dest: /etc/systemd/system/tidy.timer
|
||||||
|
mode: 0644
|
||||||
notify: __tidy_restart
|
notify: __tidy_restart
|
||||||
|
|
||||||
- name: Write service file
|
- name: Write service file
|
||||||
template:
|
template:
|
||||||
src: etc/systemd/system/tidy.service.j2
|
src: etc/systemd/system/tidy.service.j2
|
||||||
dest: /etc/systemd/system/tidy.service
|
dest: /etc/systemd/system/tidy.service
|
||||||
|
mode: 0644
|
||||||
notify: __tidy_restart
|
notify: __tidy_restart
|
||||||
become: True
|
become: True
|
||||||
become_user: root
|
become_user: root
|
||||||
|
Loading…
Reference in New Issue
Block a user