[bp/1.2] Restrict molecule version to <3.3.0

The 3.3.0 version of molecule broke the test suite. Restricting the
version until we can either fix upstream or decide on the best
workaround.
This commit is contained in:
Mike Graves
2021-03-31 00:31:47 -04:00
committed by GitHub
parent 5eb280f35a
commit 1754405bb4
2 changed files with 6 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- pin molecule version to <3.3.0 to fix breaking changes (https://github.com/ansible-collections/community.kubernetes/pull/403).