From 1b833c9a4f2fbe97ded921309b87fd15e08d7528 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 26 Jul 2026 10:31:43 +0200 Subject: [PATCH] Pin molecule-plugins and jmespath in default python-dependencies Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/ansible-integration-workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-integration-workflow.yaml b/.github/workflows/ansible-integration-workflow.yaml index 65505b6..30f7dc2 100644 --- a/.github/workflows/ansible-integration-workflow.yaml +++ b/.github/workflows/ansible-integration-workflow.yaml @@ -16,8 +16,8 @@ on: default: | ansible-core==2.19.3 molecule==25.9.0 - molecule-plugins[docker] - jmespath + molecule-plugins[docker]==26.7.15 + jmespath==1.0.1 molecule-config: required: false description: "Configuration for molecule"