diff options
Diffstat (limited to 'mattertimectl/controller/handlers')
| -rw-r--r-- | mattertimectl/controller/handlers/main.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mattertimectl/controller/handlers/main.yaml b/mattertimectl/controller/handlers/main.yaml new file mode 100644 index 0000000..9b124e3 --- /dev/null +++ b/mattertimectl/controller/handlers/main.yaml @@ -0,0 +1,6 @@ +--- + +- name: reload systemd + become: yes + systemd: + daemon_reload: "yes" |
