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

fix: allow ansible-core versions newer than 2.13 #624

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

danielpodwysocki
Copy link
Contributor

ansible-core 2.13 and the corresponding ansible 6.0.0 had been deprecated. This allows users to use ansible-doctor with any modern enough version of ansible, while not breaking legacy setups.

#623

ansible-core 2.13 and the corresponding ansible 6.0.0 had been deprecated. This allows users to use ansible-doctor with any modern enough version of ansible, while not breaking legacy setups.

thegeeklab#623
@xoxys
Copy link
Member

xoxys commented Jan 9, 2024

Thanks! Works for me as a quick fix, as long-term solution I think it might be better to make ansible-core an optional dependency similar to https://github.com/thegeeklab/ansible-later/blob/main/pyproject.toml#L39

@xoxys xoxys changed the title allow ansible-core versions newer than 2.13, closes #623 fix: allow ansible-core versions newer than 2.13 Jan 9, 2024
@xoxys xoxys linked an issue Jan 9, 2024 that may be closed by this pull request
@xoxys xoxys merged commit 505f9b5 into thegeeklab:main Jan 9, 2024
5 checks passed
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.

Support current ansible versions
2 participants