mirror of
https://github.com/openshift/community.okd.git
synced 2026-05-06 13:12:37 +00:00
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:
3
changelogs/fragments/77-fix-ci-failure.yaml
Normal file
3
changelogs/fragments/77-fix-ci-failure.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- restrict molecule version to <3.3.0 to address breaking change (https://github.com/ansible-collections/community.okd/pull/77).
|
||||
- openshift_route - default to ``no_log=False`` for the ``key`` parameter in TLS configuration to fix sanity failures (https://github.com/ansible-collections/community.okd/pull/77).
|
||||
Reference in New Issue
Block a user