bug: ansible.posix is not a required collection for the podman driver - #337
Merged
ziegenberg merged 1 commit intoJul 15, 2026
Merged
Conversation
ziegenberg
force-pushed
the
podman-remove-unused-collection
branch
from
July 1, 2026 15:52
24ede65 to
a767f0b
Compare
ziegenberg
force-pushed
the
podman-remove-unused-collection
branch
from
July 8, 2026 15:58
c34cc65 to
bb63287
Compare
ziegenberg
enabled auto-merge (squash)
July 8, 2026 17:25
There was a problem hiding this comment.
Pull request overview
This PR fixes the Podman driver’s declared Ansible collection requirements so it no longer reports ansible.posix as required when it is not used by the Podman driver playbooks.
Changes:
- Remove
ansible.posixfromPodman.required_collections. - Keep
containers.podmanas the sole required collection for the Podman driver.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ziegenberg
force-pushed
the
podman-remove-unused-collection
branch
from
July 12, 2026 15:41
bb63287 to
89945a8
Compare
Contributor
Author
|
Hi! Does any of you @lennysh, @cidrblock, @ssbarnea or @gundalow mind reviewing this PR? I can't (and I shouldn't) review my own changes. But I already reviewed a bunch from other contributors. Greetings, |
ziegenberg
force-pushed
the
podman-remove-unused-collection
branch
from
July 14, 2026 19:58
3d5ac88 to
6f7c472
Compare
oraNod
approved these changes
Jul 15, 2026
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
ziegenberg
force-pushed
the
podman-remove-unused-collection
branch
from
July 15, 2026 14:59
6f7c472 to
41fa581
Compare
rija
added a commit
to rmenage/ansible-role-hardened-docker
that referenced
this pull request
Jul 28, 2026
This MR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [molecule-plugins](https://github.com/ansible-community/molecule-plugins) ([changelog](https://github.com/ansible-community/molecule-plugins/releases)) | `>=25.0.0,<26.0.0` → `>=26.7.15,<26.8.0` |  |  | --- ### Release Notes <details> <summary>ansible-community/molecule-plugins (molecule-plugins)</summary> ### [`v26.7.15`](https://github.com/ansible-community/molecule-plugins/releases/tag/v26.7.15) [Compare Source](ansible-community/molecule-plugins@v26.7.8...v26.7.15) #### Features - feat(docker): Add driver schema ([#​340](ansible-community/molecule-plugins#340)) [@​ziegenberg](https://github.com/ziegenberg) - feat(podman): Add driver schema ([#​335](ansible-community/molecule-plugins#335)) [@​ziegenberg](https://github.com/ziegenberg) - feat(openstack): Improve connection check after instance creation ([#​231](ansible-community/molecule-plugins#231)) [@​mathias-ioki](https://github.com/mathias-ioki) - feat(openstack): add optional availability\_zone ([#​367](ansible-community/molecule-plugins#367)) [@​xenion1987](https://github.com/xenion1987) - feat(vagrant): Improve network interfaces support ([#​102](ansible-community/molecule-plugins#102)) [@​apatard](https://github.com/apatard) #### Fixes - bug: align required collections between drivers `podman` and `containers` ([#​336](ansible-community/molecule-plugins#336)) [@​ziegenberg](https://github.com/ziegenberg) - bug: `ansible.posix` is not a required collection for the podman driver ([#​337](ansible-community/molecule-plugins#337)) [@​ziegenberg](https://github.com/ziegenberg) - bug: align required collections between drivers `docker` and `containers` ([#​338](ansible-community/molecule-plugins#338)) [@​ziegenberg](https://github.com/ziegenberg) - fix: openstack driver private address retrieval when auto\_ip is False (ansible 2.19) ([#​326](ansible-community/molecule-plugins#326)) [@​ednxzu](https://github.com/ednxzu) - patch podman login: omit certdir by default ([#​250](ansible-community/molecule-plugins#250)) [@​dometto](https://github.com/dometto) - fix: openstack driver instances retrieval in Ansible 2.19 ([#​343](ansible-community/molecule-plugins#343)) [@​laurentribot](https://github.com/laurentribot) - fix(security): update dependencies \[SECURITY] ([#​361](ansible-community/molecule-plugins#361)) @​[renovate\[bot\]](https://github.com/apps/renovate) - bug (podman): Fix driver option `tls_verify` ([#​339](ansible-community/molecule-plugins#339)) [@​ziegenberg](https://github.com/ziegenberg) - fix: Replace connection variable with ansible\_connection ([#​345](ansible-community/molecule-plugins#345)) [@​anxstj](https://github.com/anxstj) - fix Dockerfile relative path ([#​347](ansible-community/molecule-plugins#347)) [@​konstruktoid](https://github.com/konstruktoid) #### Maintenance - fix(security): update dependencies \[SECURITY] ([#​361](ansible-community/molecule-plugins#361)) @​[renovate\[bot\]](https://github.com/apps/renovate) ### [`v26.7.8`](https://github.com/ansible-community/molecule-plugins/releases/tag/v26.7.8) [Compare Source](ansible-community/molecule-plugins@v25.8.12...v26.7.8) #### Fixes - fix crashes if podman is not installed ([#​366](ansible-community/molecule-plugins#366)) [@​dietWall](https://github.com/dietWall) - Fix: typo: 'iitem' --> 'item' ([#​370](ansible-community/molecule-plugins#370)) [@​stefanfluit](https://github.com/stefanfluit) - fix: docker driver compatibility with ansible-core 2.21 ([#​364](ansible-community/molecule-plugins#364)) [@​wh-zfy](https://github.com/wh-zfy) - fix(devel): drop --driver-name from init scenario, patch molecule.yml… ([#​358](ansible-community/molecule-plugins#358)) [@​lennysh](https://github.com/lennysh) - fix: update pre-commit hooks ([#​329](ansible-community/molecule-plugins#329)) [@​ssbarnea](https://github.com/ssbarnea) #### Maintenance - chore: enable yaml formatting with ansible-lint ([#​332](ansible-community/molecule-plugins#332)) [@​ssbarnea](https://github.com/ssbarnea) - chore: migrate tox.ini into pyproject.toml ([#​330](ansible-community/molecule-plugins#330)) [@​ssbarnea](https://github.com/ssbarnea) - chore: update CI config ([#​328](ansible-community/molecule-plugins#328)) [@​ssbarnea](https://github.com/ssbarnea) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuOTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Refs: rmenage/ansible-role-hardened-docker!42 See-also:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We should not report unused collections as required for a driver.