ansible/roles/thinlinc_server/handlers/main.yml

10 lines
163 B
YAML

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