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

[PR #12195/10d77d93 backport][stable-13] remove references to FreeBSD versions that are no longer used in CI (#12198)

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

(cherry picked from commit 10d77d934b)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2026-06-05 13:47:42 +02:00 committed by GitHub
parent 876f8ca18c
commit 4422066f17
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