From 978744191460a6115b62dff094c3b2044adb95dc Mon Sep 17 00:00:00 2001 From: Steve Brasier Date: Tue, 20 Feb 2024 15:05:19 +0000 Subject: [PATCH] pin molecule-podman to avoid https://github.com/ansible-community/molecule-plugins/issues/242 --- .github/workflows/ci.yml | 2 +- molecule/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a41b40e..7ab02fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: - name: Install test dependencies. run: | - pip3 install -U pip ansible>=2.9.0 molecule-plugins[podman] yamllint ansible-lint + pip3 install -U pip ansible>=2.9.0 molecule-plugins[podman]==23.5.0 yamllint ansible-lint ansible-galaxy collection install containers.podman:>=1.10.1 # otherwise get https://github.com/containers/ansible-podman-collections/issues/428 - name: Display ansible version diff --git a/molecule/README.md b/molecule/README.md index fe95788..9fed9a6 100644 --- a/molecule/README.md +++ b/molecule/README.md @@ -42,7 +42,7 @@ Local installation on a RockyLinux 8.x machine looks like: Then to run tests, e.g.:: cd ansible-role-openhpc/ - MOLECULE_IMAGE=rockylinux:8.8 molecule test --all + MOLECULE_IMAGE=rockylinux:8.9 molecule test --all During development you may want to: