From 8248e2f847780cbdc7bb428e13fa5c9f2e376f82 Mon Sep 17 00:00:00 2001 From: Adrien Reslinger Date: Sat, 29 May 2021 23:21:20 +0200 Subject: [PATCH] Don't install calicoctl pod --- tasks/main.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 12e8106..187bf81 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -21,19 +21,19 @@ kind: Pod name: calicoctl namespace: kube-system - when: - - calico_changed is changed - - - name: calicoctl install - k8s: - state: present - context: "{{ my_context }}" - apply: yes - resource_definition: "{{ lookup('file', item) | from_yaml }}" - with_items: - - "{{ calicoctl_files }}" - when: - - calico_changed is changed +# when: +# - calico_changed is changed +# +# - name: calicoctl install +# k8s: +# state: present +# context: "{{ my_context }}" +# apply: yes +# resource_definition: "{{ lookup('file', item) | from_yaml }}" +# with_items: +# - "{{ calicoctl_files }}" +# when: +# - calico_changed is changed when: