We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f830b commit ce18a0aCopy full SHA for ce18a0a
requirements.txt
@@ -1,11 +1,8 @@
1
-molecule[docker]==4.0.4
+# TODO upgrade to v6 once Issue resolved
2
+# https://github.com/ansible/molecule/issues/4015#issuecomment-1680859724
3
+molecule==5.1.0
4
+molecule-plugins[docker,vagrant]==23.5.0
5
-molecule-plugins[vagrant]==v23.0.0
-python-vagrant==1.0.0
-
6
-# ansible-compat 3.0 requires ansible 2.11
7
-ansible-compat<3.0
8
9
-# track debian stable version of ansible (roughly)
+# track debian testing version of ansible (roughly)
10
# https://packages.debian.org/bullseye/ansible
11
-ansible==2.10.7
+ansible==7.7.0
0 commit comments