Set service file mode -x

Systemd service files should not be executable
This commit is contained in:
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

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: