1 2 3 4 5
--- - name: restart hap-nodejs service systemd: name="hap-nodejs" state="restarted" daemon_reload="yes" become: yes
☐