mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-23 10:44:27 +01:00
14 lines
214 B
YAML
14 lines
214 B
YAML
---
|
|
- name: Restart doorlock services
|
|
service:
|
|
name: "{{ item }}"
|
|
state: restarted
|
|
with_items:
|
|
- doorlockd
|
|
- doorstate
|
|
|
|
- name: Restart doorstate
|
|
service:
|
|
name: doorstate
|
|
state: restarted
|