We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eef193b + cdc8f56 commit f472248Copy full SHA for f472248
1 file changed
templates/thinlinc-setup.answers.j2
@@ -6,7 +6,7 @@ setup-firewall=yes
6
setup-selinux=yes
7
setup-web-integration=yes
8
setup-apparmor=yes
9
-{% if ('thinlinc_masters' not in group_names) or (ansible_facts['fqdn'] in groups['thinlinc_masters']) %}
+{% if 'thinlinc_masters' in group_names %}
10
server-type=master
11
{% else %}
12
server-type=agent
0 commit comments