Fix sanity failure (#77)

* Fix sanity failure

This fixes a sanity test failure for newer versions of ansible-test. It
was falsely flagging the key parameter for TLS configuration as
sensitive. This parameter is just the path to a key file.

* Restrict molecule version

This is needed to address a breaking change in molecule 3.3.0.

* Add changelog fragment
This commit is contained in:
Mike Graves
2021-04-05 11:15:15 -04:00
committed by GitHub
parent ef6712c8f6
commit e7e114743c
3 changed files with 5 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ RUN yum install -y \
&& pip3 install --no-cache-dir \
openshift \
ansible==2.9.* \
molecule \
"molecule<3.3.0" \
&& yum clean all \
&& rm -rf $HOME/.cache \
&& curl -L https://github.com/openshift/okd/releases/download/4.5.0-0.okd-2020-08-12-020541/openshift-client-linux-4.5.0-0.okd-2020-08-12-020541.tar.gz | tar -xz -C /usr/local/bin