Skip to content

Commit 85cfa14

Browse files
committed
Set the proper path for agent servers
Fixes error in last commit
1 parent bd56b91 commit 85cfa14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363

6464
- name: Configure list of agent servers
6565
tlconfig:
66-
param: /vsmserver/subclusters/Default
66+
param: /vsmserver/subclusters/Default/agents
6767
value: "{{ ' '.join(groups['thinlinc-agents']) or 'localhost' }}"
6868
notify: restart vsmserver
6969
when: "'thinlinc-masters' in group_names"

0 commit comments

Comments
 (0)