mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2024-11-18 19:10:39 +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 }}"
|
||||
register: kubeadmin_init
|
||||
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.
|
||||
debug:
|
||||
|
Loading…
Reference in New Issue
Block a user