PR #53 follow-up: Remove extra conditional.

This commit is contained in:
Jeff Geerling 2019-12-14 20:10:41 -06:00
parent fba51bcc46
commit b82ffca47e

View File

@ -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: