ansible-unifi/tasks/starten.yml

4 lines
115 B
YAML
Raw Permalink Normal View History

2021-05-18 17:06:17 +02:00
- name: Unifi Dienst starten
2021-05-18 16:15:42 +02:00
shell:
2021-05-21 10:33:27 +02:00
"systemctl daemon-reload; systemctl enable unifi; systemctl start unifi"