mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-06-16 10:41:04 +03:00
f2a7181f99
* fix: make assert test for netaddr actually return a boolean The netaddr test returns a string when the netaddr is installed. This makes Ansible 2.20 angry. Here's a fix to make sure the true case also returns a boolean instead of a string. * fix: more fixes for non-boolean conditions The `cloud_provider` assertion change is a little more involved. The only two allowed values are "" and "external". Let's just always check the assertion instead of skipping it when it's the default value, which is "". All the other changes should be fairly obvious.