From b82ffca47ec797539fe63f915758a88efa3c57cc Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Sat, 14 Dec 2019 20:10:41 -0600 Subject: [PATCH] PR #53 follow-up: Remove extra conditional. --- tasks/master-setup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/master-setup.yml b/tasks/master-setup.yml index 99c1af1..9979720 100644 --- a/tasks/master-setup.yml +++ b/tasks/master-setup.yml @@ -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: