Skip to content

Commit

Permalink
PR #53 follow-up: Remove extra conditional.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Dec 15, 2019
1 parent fba51bc commit b82ffca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/master-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b82ffca

Please sign in to comment.