Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Ansible package name to be overridden with an 'ansible_package_name' config option, for CentOS/RedHat #263

Merged
merged 2 commits into from
Nov 8, 2017

Conversation

mikemead
Copy link

@mikemead mikemead commented Nov 8, 2017

Problem:
When using the CentOS extras repo, not EPEL, the Ansible package name is always ansible. The current behaviour assumes that the package name includes the major and minor version number, when you're trying to pin at a particular version.

i.e. yum install ansible2.3-2.3.0.0 vs yum install ansible-2.3.0.0

Solution:
To allow an older version of Ansible to be installed, from the CentOS extras repo, whilst maintaining current behavior; A new config option has been added ansible_package_name, which when combined with ansible_version will address the problem above.

@neillturner neillturner merged commit 78f2b32 into neillturner:master Nov 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants