Commit b82ffca4 authored by Jeff Geerling's avatar Jeff Geerling

PR #53 follow-up: Remove extra conditional.

parent fba51bcc
...@@ -10,7 +10,7 @@ ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment