Bug 1225762
| Summary: | Can't install packages via ansible without yum-utils | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nick Coghlan <ncoghlan> |
| Component: | ansible | Assignee: | Kevin Fenzi <kevin> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 22 | CC: | a.badger, athmanem, kevin, kupo, maxim |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ansible-1.9.1-2.fc22 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-06-09 15:14:47 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: | |||
|
Description
Nick Coghlan
2015-05-28 08:42:27 UTC
Yes, we are aware. ;) Toshio backported the fixes he has for the dnf module and pushed a rawhide build already. He was going to push builds to all other branches soon. You can in fact still use the yum module, but you of course need to install yum and yum-utils for that, and it has some corner cases. Look for an f22 update to test soon... ansible-1.9.1-2.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/ansible-1.9.1-2.fc22 Hey Nick! Please test that build (or one of the builds for the other Fedora/RHEL releases). The person on the bug report didn't explicitly say this worked so I'd love to have some confirmation that this solves the problems. Thanks! Package ansible-1.9.1-2.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing ansible-1.9.1-2.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-9219/ansible-1.9.1-2.fc22 then log in and leave karma (feedback). Looks good here:
$ rpm -qa ansible
ansible-1.9.1-2.fc22.noarch
$ ansible localhost -m dnf -a "name=ansible state=latest"
localhost | success >> {
"changed": false,
"msg": "",
"rc": 0,
"results": [
"All packages providing ansible are up to date"
]
}
ansible-1.9.1-2.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |