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: