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

Make core extra use ansible-core #1720

Merged
merged 1 commit into from Sep 27, 2021
Merged

Make core extra use ansible-core #1720

merged 1 commit into from Sep 27, 2021

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Sep 7, 2021

Instead of installing ansible-base when core extra is
used, we will require ansible-core. When original change was
introduced few months back we already knew that the future
proof name was core so that is with the extra was called as
such.

Users that want to explicitly use ansible 2.10 should avoid using the extra and mention ansible as a separated dependency.

If previous environments already existed with ansible-base installed on them an installation failure will appear as ansible-base needs to be removed before ansible-core is installed. Due to this, this change will only be include in the next 5.2.0 release instead of being considered a simple bugfix.

Fixes: #1717

setup.cfg Show resolved Hide resolved
docs/installing.rst Outdated Show resolved Hide resolved
tox.ini Outdated Show resolved Hide resolved
tox.ini Show resolved Hide resolved
@ssbarnea ssbarnea merged commit d524cac into main Sep 27, 2021
@ssbarnea ssbarnea deleted the fix/core branch September 27, 2021 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new Triage required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a packaging extra for pulling ansible-core
3 participants