ansible-unifi/tasks/starten.yml
2021-05-21 10:33:27 +02:00

4 lines
115 B
YAML

- name: Unifi Dienst starten
shell:
"systemctl daemon-reload; systemctl enable unifi; systemctl start unifi"