diff --git a/roles/k3s/templates/calico-custom-resources.yaml.j2 b/roles/k3s/templates/calico-custom-resources.yaml.j2 index 8bc741fe..42681e31 100644 --- a/roles/k3s/templates/calico-custom-resources.yaml.j2 +++ b/roles/k3s/templates/calico-custom-resources.yaml.j2 @@ -1,4 +1,3 @@ -# {{ ansible_managed }} # This is based on the default value of the installation configuration found at # https://raw.githubusercontent.com/projectcalico/calico/v3.24.1/manifests/custom-resources.yaml diff --git a/roles/k3s/templates/neutron-calico-connect.j2 b/roles/k3s/templates/neutron-calico-connect.j2 index b553c4ef..ed4d6ead 100644 --- a/roles/k3s/templates/neutron-calico-connect.j2 +++ b/roles/k3s/templates/neutron-calico-connect.j2 @@ -1,5 +1,4 @@ #!/usr/bin/env bash -# {{ ansible_managed }} # # Bridges Neutron to the Calico network for the purposes of assigning Floating IP # addresses to pods running on K3s.