Skip to content

Commit

Permalink
Update configuration for agent servers
Browse files Browse the repository at this point in the history
With ThinLinc 4.10.0 we no longer use "terminalservers", we now use
subclusters/Default/agents instead.
  • Loading branch information
samhed committed Apr 5, 2019
1 parent d472a17 commit bd56b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

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

0 comments on commit bd56b91

Please sign in to comment.