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

Ensure CI runs against the oldest supported Ansible versions. #1144

Merged
merged 2 commits into from
Sep 25, 2023

Conversation

rjeffman
Copy link
Member

Currently, ansible-freeipa's minimum supported ansible-core version is version 2.13, as it is the current minimum supported upstream ansible-core version. This patch changes upstream CI to run PR checks against this ansible-core version.

Also, it was announced that Ansible 2.9 will have some support for a year, or so, and this PR adds nightly testing against this version of Ansible, to check weather ansible-freeipa can still be used with this version or not.

Recently, a change in the deployment roles forced the change to the
minimum version of ansible-core, and the change was unnoticed until
reported.

With this patch, we ensure all PRs checks are executed against the
minimun supported ansible-core version, so we can ensure that both
documentation and role metadata are correct and still valid.
Recently it was announced that Ansible 2.9 will be supported for some
time, and this patch ensures that we run the nightly tests against this
version of Ansible.
Copy link
Member

@t-woerner t-woerner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@t-woerner t-woerner merged commit 3cf1386 into freeipa:master Sep 25, 2023
31 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.

2 participants