Ignore assertion comparison for kube_network_node_prefix when using calico (#5632)

* Fix incorrect assertion comparison for kube_network_node_prefix

* Ignore assertion comparison for kube_network_node_prefix when using calico

* Adding more var docs description for kube_network_node_prefix

* Fixing trailing whitespaces
This commit is contained in:
Javeria Khan
2020-02-20 00:39:03 -08:00
committed by GitHub
parent a5445d9c5c
commit 6368c626c5
2 changed files with 5 additions and 1 deletions

View File

@@ -85,6 +85,7 @@
when:
- inventory_hostname in groups['k8s-cluster']
- kube_network_node_prefix is defined
- kube_network_plugin != 'calico'
- name: Stop if ip var does not match local ips
assert: