Skip to content

Commit c2754eb

Browse files
committed
Remove execute bit from service file
1 parent 8044105 commit c2754eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
dest: "/etc/systemd/system/{{ item.key }}.service"
1414
owner: root
1515
group: root
16-
mode: 0750
16+
mode: 0640
1717
with_dict: "{{ timers }}"
1818
notify: Reload systemd
1919

@@ -23,7 +23,7 @@
2323
dest: "/etc/systemd/system/{{ item.key }}.timer"
2424
owner: root
2525
group: root
26-
mode: 0750
26+
mode: 0640
2727
with_dict: "{{ timers }}"
2828
notify: Reload systemd
2929

0 commit comments

Comments
 (0)