infraly / k8s-on-openstack

An opinionated way to deploy a Kubernetes cluster on top of an OpenStack cloud.
Apache License 2.0
112 stars 48 forks source link

Remove unneeded bool filter #46

Closed emonty closed 5 years ago

emonty commented 5 years ago

Turns out this breaks on 'False' as an input value, and is actually not needed. The logic all works without it.

emonty commented 5 years ago

@ctrlaltdel I think this should fix the test failure from #45 ... sorry about that.

Also - False | bool should really just work. I'll see about making a patch to ansible for that :)