We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd56b91 commit 85cfa14Copy full SHA for 85cfa14
1 file changed
tasks/main.yml
@@ -63,7 +63,7 @@
63
64
- name: Configure list of agent servers
65
tlconfig:
66
- param: /vsmserver/subclusters/Default
+ param: /vsmserver/subclusters/Default/agents
67
value: "{{ ' '.join(groups['thinlinc-agents']) or 'localhost' }}"
68
notify: restart vsmserver
69
when: "'thinlinc-masters' in group_names"
0 commit comments