From fa64ea5d9dae090c536946b0f1e4613c32aef7b5 Mon Sep 17 00:00:00 2001 From: Soufiane Jounaid Date: Tue, 18 Jun 2024 19:57:18 -0400 Subject: [PATCH] Removed the ansible managed flag from templates --- roles/k3s/templates/calico-custom-resources.yaml.j2 | 1 - roles/k3s/templates/neutron-calico-connect.j2 | 1 - 2 files changed, 2 deletions(-) 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.