[PR #9900/6a2d9ccd backport][stable-10] sysrc: extend the list of FreeBSD releases where the jail test fails (#9903)

sysrc: extend the list of FreeBSD releases where the jail test fails (#9900)

Extend the list of FreeBSD releases where the jail test fails.

(cherry picked from commit 6a2d9ccd99)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2025-03-18 22:14:23 +01:00 committed by GitHub
parent 8f8b1ee4ce
commit bc5b4bdef3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -140,12 +140,12 @@
- name: Test within jail - name: Test within jail
# #
# NOTE: currently fails with FreeBSD 12 with minor version less than 4 # NOTE: currently fails with FreeBSD 12 with minor version less than 4
# NOTE: currently fails with FreeBSD 13 with minor version less than 2 # NOTE: currently fails with FreeBSD 13 with minor version less than 4
# NOTE: currently fails with FreeBSD 14 with minor version less than 1 # NOTE: currently fails with FreeBSD 14 with minor version less than 1
# #
when: >- when: >-
ansible_distribution_version is version('12.4', '>=') and ansible_distribution_version is version('13', '<') ansible_distribution_version is version('12.4', '>=') and ansible_distribution_version is version('13', '<')
or ansible_distribution_version is version('13.2', '>=') and ansible_distribution_version is version('14', '<') or ansible_distribution_version is version('13.4', '>=') and ansible_distribution_version is version('14', '<')
or ansible_distribution_version is version('14.1', '>=') or ansible_distribution_version is version('14.1', '>=')
block: block:
- name: Setup testjail - name: Setup testjail