We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8044105 commit c2754ebCopy full SHA for c2754eb
tasks/main.yml
@@ -13,7 +13,7 @@
13
dest: "/etc/systemd/system/{{ item.key }}.service"
14
owner: root
15
group: root
16
- mode: 0750
+ mode: 0640
17
with_dict: "{{ timers }}"
18
notify: Reload systemd
19
@@ -23,7 +23,7 @@
23
dest: "/etc/systemd/system/{{ item.key }}.timer"
24
25
26
27
28
29
0 commit comments