mirror of
https://github.com/binary-kitchen/doorlockd
synced 2025-01-05 16:05:29 +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
|