Set service file mode -x

Systemd service files should not be executable
pull/96/head
Tomasz Kuzemko 2020-10-17 23:55:12 +02:00 committed by GitHub
parent 721c348702
commit 29e6acb7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
dest: "{{ systemd_dir }}/k3s.service"
owner: root
group: root
mode: 0755
mode: 0644
- name: Enable and check K3s service
systemd: