Skip to content

Commit bd56b91

Browse files
committed
Update configuration for agent servers
With ThinLinc 4.10.0 we no longer use "terminalservers", we now use subclusters/Default/agents instead.
1 parent d472a17 commit bd56b91

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/terminalservers
66+
param: /vsmserver/subclusters/Default
6767
value: "{{ ' '.join(groups['thinlinc-agents']) or 'localhost' }}"
6868
notify: restart vsmserver
6969
when: "'thinlinc-masters' in group_names"

0 commit comments

Comments
 (0)