We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2588ea0 + b66e6e3 commit 2c1a6c1Copy full SHA for 2c1a6c1
templates/config.yaml.j2
@@ -59,7 +59,7 @@ profile: {{ rke2_cis_profile }}
59
{{ option }}
60
{% endfor %}
61
{% endif %}
62
-{% if rke2_agent_options is defined and inventory_hostname in groups[rke2_agents_group_name] %}
+{% if rke2_agent_options is defined and inventory_hostname in groups[rke2_agents_group_name] | default([]) %}
63
{% for option in rke2_agent_options %}
64
65
0 commit comments