Bug 1456603
| 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 ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | a.badger, athmanem, jchaloup, kevin, mark, maxim, pcahyna, qe-baseos-daemons, toromoti |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ansible-2.3.1.0-1.el6 ansible-2.3.1.0-1.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-06-17 21:18:11 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: | |||
*** Bug 1456604 has been marked as a duplicate of this bug. *** I'm hoping 2.3.1 should be out soon with this fix... will see next week. If not, we can push a version with the patch, but hopefully 2.3.1 will be out. :) Thanks for closing the dup :) I had to resubmit the form when the page got blank. Yeah, on Fedora it is not such a blocker and can wait for a while. ansible-2.3.1.0-1.el6 has been submitted as an update to Fedora EPEL 6. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-5279a157d2 ansible-2.3.1.0-1.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-b316d2bb3b ansible-2.3.1.0-1.el6 has been pushed to the Fedora EPEL 6 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-5279a157d2 ansible-2.3.1.0-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-b316d2bb3b Does 2.3.1 fix your problem? ansible-2.3.1.0-1.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. ansible-2.3.1.0-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. Ja. The https://github.com/ansible/ansible/pull/24331 is applied in 2.3.1. |
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.