Fix Unifi Service
This commit is contained in:
parent
3a472c20ee
commit
7788a0096d
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
- name: Unifi Dienst starten
|
||||
shell:
|
||||
"systemctl daemon-reload; systemctl start unifi"
|
||||
"systemctl daemon-reload; systemctl enable unifi; systemctl start unifi"
|
||||
|
|
Loading…
Reference in a new issue