Skip to content

Commit

Permalink
chore(deps): Update dependency molecule to v24.12.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate <[email protected]>
  • Loading branch information
Renovate committed Dec 5, 2024
1 parent 958e5aa commit 3eefa2b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/molecule_community_ees.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# yamllint disable-line rule:line-length
- image: 'ghcr.io/ansible-community/community-ee-base:2.18.1-1@sha256:92ca937d2f58b7c3a8ca67385177b37db34df06ae324fcf4203069148d908d6a'
# renovate yaml: datasource=pypi
molecule: '24.9.0'
molecule: '24.12.0'
configure_podman: true
additional_packages:
- 'podman'
Expand All @@ -100,7 +100,7 @@ jobs:
# yamllint disable-line rule:line-length
- image: 'ghcr.io/ansible-community/community-ee-base:2.17.6-1@sha256:102622081da26c2e7fc79b465ffe15ce30f676a9a281a2dc921ee27c83ddfa37'
# renovate yaml: datasource=pypi
molecule: '24.9.0'
molecule: '24.12.0'
configure_podman: true
additional_packages:
- 'podman'
Expand All @@ -109,7 +109,7 @@ jobs:
# yamllint disable-line rule:line-length
- image: 'ghcr.io/ansible-community/community-ee-base:2.16.7-1@sha256:754c578dc8f40e610ed69b4cb2993a5f59c1dcdbee4a80e91a2bad2516ba7a72'
# renovate yaml: datasource=pypi
molecule: '24.9.0'
molecule: '24.12.0'
configure_podman: true
additional_packages:
- 'podman'
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/wf_call_molecule_certified_ees.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,19 +112,19 @@ jobs:
- image: 'registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8:2.18.1-1@sha256:b36188c3bcfceda268af3fb156b9ec854e9352355db7b46d927ba7a9384b2ffd'
cache_key_suffix: 'rhel8-2.18'
# renovate yaml: datasource=pypi
molecule: '24.9.0'
molecule: '24.12.0'

# yamllint disable-line rule:line-length
- image: 'registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8:2.17.7-1@sha256:6afae7906f7baccb28359493e832265d3f24f67fd4144246ddaf6e704512a8c2'
cache_key_suffix: 'rhel8-2.17'
# renovate yaml: datasource=pypi
molecule: '24.9.0'
molecule: '24.12.0'

# yamllint disable-line rule:line-length
- image: 'registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8:2.16.14-1@sha256:db244d6b4f06ae97b9b15fe3071b7aab85daef71e5e92dc9d6459ce9903a37d2'
cache_key_suffix: 'rhel8-2.16'
# renovate yaml: datasource=pypi
molecule: '24.9.0'
molecule: '24.12.0'

# yamllint disable-line rule:line-length
- image: 'registry.redhat.io/ansible-automation-platform/ee-minimal-rhel8:2.15.13-3@sha256:0b6a08e245cc02b03f5ae0b6fb74ac8f9738c437b4de3fa9a2b3225a2e914fda'
Expand Down Expand Up @@ -152,23 +152,23 @@ jobs:
- image: 'registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9:2.18.1-2@sha256:5fe58177f6c0ae204c3943c34febfaa41cd553819beee08543e30c922835cbbc'
cache_key_suffix: 'rhel9-2.18'
# renovate yaml: datasource=pypi
molecule: '24.9.0'
molecule: '24.12.0'
additional_packages:
- 'python-unversioned-command'

# yamllint disable-line rule:line-length
- image: 'registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9:2.17.7-2@sha256:8270a2afb90b991005c830c5fa989a260c0e313d6cb6eaa40ab3f2e8b7df6072'
cache_key_suffix: 'rhel9-2.17'
# renovate yaml: datasource=pypi
molecule: '24.9.0'
molecule: '24.12.0'
additional_packages:
- 'python-unversioned-command'

# yamllint disable-line rule:line-length
- image: 'registry.redhat.io/ansible-automation-platform/ee-minimal-rhel9:2.16.14-2@sha256:8afa6b37476e2bba2a00b61ba9a48da9cc1f22e7f182c5080bc873eaaa84b537'
cache_key_suffix: 'rhel9-2.16'
# renovate yaml: datasource=pypi
molecule: '24.9.0'
molecule: '24.12.0'
additional_packages:
- 'python-unversioned-command'

Expand Down

0 comments on commit 3eefa2b

Please sign in to comment.