From 5aa9109164eb0d05a072885423db313a6a3db8bc Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 2 Nov 2025 15:43:09 +0100 Subject: [PATCH] Upgrade Ansible & Molecule --- .github/workflows/ansible-integration-workflow.yaml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ansible-integration-workflow.yaml b/.github/workflows/ansible-integration-workflow.yaml index f82f687..48a937b 100644 --- a/.github/workflows/ansible-integration-workflow.yaml +++ b/.github/workflows/ansible-integration-workflow.yaml @@ -14,10 +14,8 @@ on: description: "Default pip dependencies for molecule" type: string default: | - # Manually downgrade Ansible version due to - # https://github.com/ansible/ansible/issues/81965 - ansible-core==2.17.13 - molecule==5.1.0 + ansible-core==2.19.3 + molecule==25.9.0 molecule-plugins[docker] jmespath molecule-config: @@ -58,9 +56,7 @@ jobs: - name: Install (testing) requirements run: | - # Manually downgrade Ansible version due to - # https://github.com/ansible/ansible/issues/81965 - echo ansible-core==2.17.13 >> requirements.txt + echo ansible-core==2.19.3 >> requirements.txt echo ansible-lint >> requirements.txt pip install -r requirements.txt @@ -106,7 +102,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v6 with: - python-version: "3.x" + python-version: "3.13" cache: "pip" cache-dependency-path: "molecule/requirements.txt"