From 49aca538d3c5804f7cbe13861fb02b4fee1440e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 15:18:55 +0000 Subject: [PATCH 1/2] chore(deps): update dependency molecule to v25.6.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d7c974a3..29749cda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -molecule==25.1.0 +molecule==25.6.0 molecule-plugins[docker]==23.7.0 ansible-core==2.18.6 docker==7.1.0 From 2ffe1ea7520869f1cb178d4d22d2b292f593b26a Mon Sep 17 00:00:00 2001 From: Martin Schurz Date: Thu, 24 Jul 2025 23:48:52 +0200 Subject: [PATCH 2/2] Install molecule vagrant plugins Signed-off-by: Martin Schurz --- .github/workflows/os_hardening_vm.yml | 2 +- .github/workflows/ssh_hardening_bsd.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/os_hardening_vm.yml b/.github/workflows/os_hardening_vm.yml index 2a7420df..b6355efb 100644 --- a/.github/workflows/os_hardening_vm.yml +++ b/.github/workflows/os_hardening_vm.yml @@ -60,7 +60,7 @@ jobs: source ~/.venv/ansible-collection-hardening/bin/activate python -m pip install --no-cache-dir --upgrade pip pip install -r requirements.txt - pip install python-vagrant + pip install molecule-plugins[vagrant] working-directory: ansible_collections/devsec/hardening - name: Downgrade Ansible for Rocky 8 tests diff --git a/.github/workflows/ssh_hardening_bsd.yml b/.github/workflows/ssh_hardening_bsd.yml index 6a28bc6e..c59f9713 100644 --- a/.github/workflows/ssh_hardening_bsd.yml +++ b/.github/workflows/ssh_hardening_bsd.yml @@ -51,7 +51,7 @@ jobs: source ~/.venv/ansible-collection-hardening/bin/activate python -m pip install --no-cache-dir --upgrade pip pip install -r requirements.txt - pip install python-vagrant + pip install molecule-plugins[vagrant] working-directory: ansible_collections/devsec/hardening - name: Update Vagrant Box