1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2025-01-05 16:05:29 +01:00
doorlockd-mirror/ansible/roles/doorlockd/handlers/main.yml

14 lines
214 B
YAML
Raw Normal View History

---
- name: Restart doorlock services
service:
name: "{{ item }}"
state: restarted
with_items:
- doorlockd
- doorstate
- name: Restart doorstate
service:
name: doorstate
state: restarted