We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3173c3f + c2754eb commit 68d743bCopy full SHA for 68d743b
handlers/main.yml
@@ -0,0 +1,3 @@
1
+- name: Reload systemd
2
+ systemd:
3
+ daemon_reload: true
tasks/main.yml
@@ -13,17 +13,19 @@
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
20
- name: Uploading timer file
21
template:
22
src: timer.j2
23
dest: "/etc/systemd/system/{{ item.key }}.timer"
24
25
26
27
28
29
30
- name: Enabling timers
31
systemd:
0 commit comments