Skip to content

Commit

Permalink
Set the proper path for agent servers
Browse files Browse the repository at this point in the history
Fixes error in last commit
  • Loading branch information
samhed committed Apr 5, 2019
1 parent bd56b91 commit 85cfa14
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/subclusters/Default
param: /vsmserver/subclusters/Default/agents
value: "{{ ' '.join(groups['thinlinc-agents']) or 'localhost' }}"
notify: restart vsmserver
when: "'thinlinc-masters' in group_names"

0 comments on commit 85cfa14

Please sign in to comment.