1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-10 18:15:39 +00:00

remove references to FreeBSD versions that are no longer used in CI (#12195)

This commit is contained in:
Alexei Znamensky 2026-06-05 23:02:24 +12:00 committed by GitHub
parent 213581bef8
commit 10d77d934b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 18 deletions

View file

@ -498,21 +498,6 @@
## pkgng - example - Install single package in jail
##
- name: Test within jail
# NOTE: FreeBSD 13.0 fails to update the package catalogue for unknown reasons (someone with FreeBSD
# knowledge has to take a look)
#
# NOTE: FreeBSD 13.1 fails to update the package catalogue for unknown reasons (someone with FreeBSD
# knowledge has to take a look)
#
# NOTE: FreeBSD 13.2 fails to update the package catalogue for unknown reasons (someone with FreeBSD
# knowledge has to take a look)
#
# NOTE: FreeBSD 13.3 fails to update the package catalogue for unknown reasons (someone with FreeBSD
# knowledge has to take a look)
#
# NOTE: FreeBSD 13.4 fails to update the package catalogue for unknown reasons (someone with FreeBSD
# knowledge has to take a look)
#
# NOTE: FreeBSD 13.5 fails to update the package catalogue for unknown reasons (someone with FreeBSD
# knowledge has to take a look)
#

View file

@ -139,13 +139,11 @@
##
- name: Test within jail
#
# NOTE: currently fails with FreeBSD 12 with minor version less than 4
# NOTE: currently fails with FreeBSD 13 with minor version less than 4
# NOTE: currently fails with FreeBSD 14 with minor version less than 2
#
when: >-
ansible_facts.distribution_version is version('12.4', '>=') and ansible_facts.distribution_version is version('13', '<')
or ansible_facts.distribution_version is version('13.4', '>=') and ansible_facts.distribution_version is version('14', '<')
ansible_facts.distribution_version is version('13.4', '>=') and ansible_facts.distribution_version is version('14', '<')
or ansible_facts.distribution_version is version('14.3', '>=')
block:
- name: Setup testjail