Fix Unifi Service

This commit is contained in:
Jochen Friedrich 2021-05-21 10:33:27 +02:00
parent 3a472c20ee
commit 7788a0096d

View file

@ -1,3 +1,3 @@
- name: Unifi Dienst starten
shell:
"systemctl daemon-reload; systemctl start unifi"
"systemctl daemon-reload; systemctl enable unifi; systemctl start unifi"