Skip to content
Snippets Groups Projects
Commit 5daaa1f3 authored by Hannes Braun's avatar Hannes Braun :upside_down:
Browse files

Rearange block to handle notify correctly

parent 32f20f72
No related branches found
No related tags found
No related merge requests found
---
- name: Upload files and enable timer
block:
- name: Uploading service file
template:
......@@ -23,9 +22,9 @@
- name: Enabling timers
systemd:
name: "{{ item.key }}.timer"
state: restarted
enabled: true
masked: false
scope: "{{ systemd_scope | default('system') }}"
with_dict: "{{ timers }}"
notify: Reload systemd
notify: Reload systemd
become: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment