We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6863c8f commit 66a2864Copy full SHA for 66a2864
handlers/main.yml
@@ -6,5 +6,11 @@
6
- name: restart vsmserver
7
service: name=vsmserver state=restarted
8
9
+- name: restart tlwebadm
10
+ service: name=tlwebadm state=restarted
11
+
12
+- name: restart tlwebaccess
13
+ service: name=tlwebaccess state=restarted
14
15
- name: run tl-setup
16
command: /opt/thinlinc/sbin/tl-setup -a "/root/thinlinc-setup.answers"
0 commit comments