File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 1414 description : " Default pip dependencies for molecule"
1515 type : string
1616 default : |
17- # Manually downgrade Ansible version due to
18- # https://github.com/ansible/ansible/issues/81965
19- ansible-core==2.17.13
20- molecule==5.1.0
17+ ansible-core==2.19.3
18+ molecule==25.9.0
2119 molecule-plugins[docker]
2220 jmespath
2321 molecule-config :
5856
5957 - name : Install (testing) requirements
6058 run : |
61- # Manually downgrade Ansible version due to
62- # https://github.com/ansible/ansible/issues/81965
63- echo ansible-core==2.17.13 >> requirements.txt
59+ echo ansible-core==2.19.3 >> requirements.txt
6460 echo ansible-lint >> requirements.txt
6561 pip install -r requirements.txt
6662
@@ -106,7 +102,7 @@ jobs:
106102 - name : Setup Python
107103 uses : actions/setup-python@v6
108104 with :
109- python-version : " 3.x "
105+ python-version : " 3.13 "
110106 cache : " pip"
111107 cache-dependency-path : " molecule/requirements.txt"
112108
You can’t perform that action at this time.
0 commit comments