redhat-cop / casl-ansible

Ansible automation for Managing OpenShift Container Platform clusters
Apache License 2.0
121 stars 82 forks source link

openshift_configure_container_storage is now required - it shouldn't be #360

Closed oybed closed 5 years ago

oybed commented 5 years ago

The changes made in #358 caused the openshift_configure_container_storage inventory variable to be required, basically the following line doesn't have a default: https://github.com/redhat-cop/casl-ansible/blob/master/playbooks/openshift/prep-inventory.yml#L60

It should read:

openshift_configure_container_storage|default(true) == false

... to preserve existing/previous/old behavior.