From bd56b9130daa7881666262a319cde9b93500811e Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Fri, 5 Apr 2019 13:04:43 +0200 Subject: [PATCH] Update configuration for agent servers With ThinLinc 4.10.0 we no longer use "terminalservers", we now use subclusters/Default/agents instead. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index c1bad76..51fcf8c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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"