diff --git a/templates/config.yaml.j2 b/templates/config.yaml.j2 index 614f17f..b01bbee 100644 --- a/templates/config.yaml.j2 +++ b/templates/config.yaml.j2 @@ -97,4 +97,4 @@ cluster-cidr: "{% for network in rke2_cluster_cidr %}{{ network }}{% if not loop service-cidr: "{% for network in rke2_service_cidr %}{{ network }}{% if not loop['last'] %},{% endif %}{% endfor %}" {% if (rke2_selinux | bool ) %} selinux: true -{% endif %} \ No newline at end of file +{% endif %}