From 7cad29ec72c8765cd439e12a251458a71629bc25 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Thu, 1 Mar 2018 17:14:13 -0600 Subject: Broke out separate hap-door role from hap-nodejs. --- roles/hap-door/handlers/main.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/hap-door/handlers/main.yaml (limited to 'roles/hap-door/handlers') diff --git a/roles/hap-door/handlers/main.yaml b/roles/hap-door/handlers/main.yaml new file mode 100644 index 0000000..25d24bd --- /dev/null +++ b/roles/hap-door/handlers/main.yaml @@ -0,0 +1,5 @@ +--- + +- name: restart hap-nodejs service + systemd: name="hap-nodejs" state="restarted" daemon_reload="yes" + become: yes -- cgit v1.2.3