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

Changed restart behaviour for systemd unit, to not be changed every time

parent f19aa672
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,7 @@
- name: Enabling timers
systemd:
name: "{{ item.key }}.timer"
state: started
enabled: true
masked: false
scope: "{{ systemd_scope | default('system') }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment