ansible/roles/octoprint/handlers/main.yml
Thomas Schmid 2adfd65c79 update octoprint role
Signed-off-by: Thomas Schmid <tom@lfence.de>
2022-01-20 20:39:36 +01:00

11 lines
250 B
YAML

- name: Reload systemd
systemd: daemon_reload=yes
- name: Restart octoprint
service: name=octoprint state=restarted
- name: Restart nginx
service: name=nginx state=restarted
- name: Restart ustreamer
service: name=ustreamer state=restarted