mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
CI: Add Fedora 41, Alpine 3.21, RHEL 9.5, FreeBSD 14.2 to CI for devel (#9552)
* Add Fedora 41, Alpine 3.21, RHEL 9.5, FreeBSD 14.2 to CI for devel. * Add some ignores that are likely needed. * Try to fix/ignore various errors. * Fix redis setup on Fedora 41. * Undo disable yum_versionlock since it's already globally disabled.
This commit is contained in:
parent
81ea9f69bf
commit
bf69dc46ff
16 changed files with 61 additions and 19 deletions
|
@ -527,12 +527,14 @@
|
|||
# NOTE: FreeBSD 14.1 fails to update the package catalogue for unknown reasons (someone with FreeBSD
|
||||
# knowledge has to take a look)
|
||||
#
|
||||
# NOTE: FreeBSD 14.2 fails as well (someone with FreeBSD knowledge has to take a look)
|
||||
#
|
||||
# See also
|
||||
# https://github.com/ansible-collections/community.general/issues/5795
|
||||
when: >-
|
||||
(ansible_distribution_version is version('12.01', '>=') and ansible_distribution_version is version('12.3', '<'))
|
||||
or (ansible_distribution_version is version('13.5', '>=') and ansible_distribution_version is version('14.0', '<'))
|
||||
or ansible_distribution_version is version('14.2', '>=')
|
||||
or ansible_distribution_version is version('14.3', '>=')
|
||||
block:
|
||||
- name: Setup testjail
|
||||
include_tasks: setup-testjail.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue