ansible/roles/thinlinc-server/handlers/main.yml
Timo Makinen 480db886ca thinlinc-server: Add web access configuration
Still lacks support for real certificates.
2021-03-22 19:03:09 +00:00

10 lines
163 B
YAML

---
- name: restart tlwebaccess
service:
name: tlwebaccess
state: restarted
- name: restart vsmagent
service:
name: vsmagent
state: restarted