Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix whitespace linting error
Browse files Browse the repository at this point in the history
dlouks committed Sep 24, 2021
1 parent 192dafb commit b255116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/network_plugin/calico/tasks/pre.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b255116

Please sign in to comment.