8 lines
131 B
YAML
8 lines
131 B
YAML
|
---
|
||
|
- name: Restart unifi service
|
||
|
systemd:
|
||
|
state: restarted
|
||
|
daemon_reload: yes
|
||
|
name: unifi
|
||
|
listen: __unifi_restart
|