mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2024-11-23 19:06:33 +01:00
PR #53 follow-up: Remove extra conditional.
This commit is contained in:
parent
fba51bcc46
commit
b82ffca47e
@ -10,7 +10,7 @@
|
|||||||
with_items: "{{ kubernetes_pod_network }}"
|
with_items: "{{ kubernetes_pod_network }}"
|
||||||
register: kubeadmin_init
|
register: kubeadmin_init
|
||||||
failed_when: false
|
failed_when: false
|
||||||
when: not kubernetes_init_stat.stat.exists and item.name == kubernetes_cni
|
when: not kubernetes_init_stat.stat.exists
|
||||||
|
|
||||||
- name: Print the init output to screen.
|
- name: Print the init output to screen.
|
||||||
debug:
|
debug:
|
||||||
|
Loading…
Reference in New Issue
Block a user