diff --git a/tasks/main.yml b/tasks/main.yml index 51fcf8c..fa8c03d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -63,7 +63,7 @@ - name: Configure list of agent servers tlconfig: - param: /vsmserver/subclusters/Default + param: /vsmserver/subclusters/Default/agents value: "{{ ' '.join(groups['thinlinc-agents']) or 'localhost' }}" notify: restart vsmserver when: "'thinlinc-masters' in group_names"