fix: solve linting issues
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Robert Kaussow 2021-02-04 21:44:33 +01:00
parent 201be418dd
commit bff10bf314
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

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