Skip to content
Snippets Groups Projects
Commit 67832aad authored by hikoz's avatar hikoz Committed by Kubernetes Prow Robot
Browse files

changed_when:false (#4189)

parent 74727b08
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,7 @@
poll: 3
run_once: yes
delegate_to: "{{ groups['kube-master'][0] }}"
changed_when: false
when:
- kube_network_plugin == 'calico'
......
......@@ -16,6 +16,7 @@
delegate_to: "{{ groups['kube-master'][0] }}"
async: 10
poll: 3
changed_when: false
- name: "Determine if calico upgrade is needed"
block:
......
......@@ -81,6 +81,7 @@
delay: "{{ retry_stagger | random + 3 }}"
delegate_to: "{{ groups['kube-master'][0] }}"
run_once: true
changed_when: false
- name: Calico | Ensure that calico_pool_cidr is within kube_pods_subnet when defined
assert:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment