Bug 1456604
| Summary: | Packages with longer names are ignored during package updates (#24330) | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Jan Chaloupka <jchaloup> |
| Component: | ansible | Assignee: | Kevin Fenzi <kevin> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | a.badger, athmanem, kevin, mark, maxim, toromoti |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-05-29 20:25:49 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Looks like a duplicate of 1456603 *** This bug has been marked as a duplicate of bug 1456603 *** |
When updating rpms with the package module with docker container as a driver packages with longer names are ignored and the module reports all packages are up-to-date. E.g. ```yaml - hosts: container_host tasks: - name: "Update packages" package: name: "verylongpackagenamethatiscompletelyignoredfromtheupdates" state: "latest" ``` The issues is upstream reported and fixed by https://github.com/ansible/ansible/pull/24331. Version-Release number of selected component (if applicable): ansible-2.3.0.0-4.el7 This blocks molecule testing of ansible roles.