freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
489 stars 232 forks source link

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

Closed rjeffman closed 11 months ago

rjeffman commented 11 months ago

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.