From b2551161f895ce17c51582d50da04102cb90fab7 Mon Sep 17 00:00:00 2001 From: David Louks <2402775+dlouks@users.noreply.github.com> Date: Fri, 24 Sep 2021 08:36:49 -0500 Subject: [PATCH] fix whitespace linting error --- roles/network_plugin/calico/tasks/pre.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network_plugin/calico/tasks/pre.yml b/roles/network_plugin/calico/tasks/pre.yml index 08809d3e358..33bdd316e83 100644 --- a/roles/network_plugin/calico/tasks/pre.yml +++ b/roles/network_plugin/calico/tasks/pre.yml @@ -12,7 +12,7 @@ - name: Set fact calico_datastore to etcd if needed set_fact: calico_datastore: etcd - when: + when: - "'plugins' in calico_cni_config" - "'etcd_endpoints' in calico_cni_config.plugins.0" when: calico_cni_config_slurp.content is defined