mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
[PR #9900/6a2d9ccd backport][stable-8] sysrc: extend the list of FreeBSD releases where the jail test fails (#9901)
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:
parent
4f479a9829
commit
ad64f1dccc
1 changed files with 2 additions and 2 deletions
|
@ -140,12 +140,12 @@
|
|||
- 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 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
|
||||
#
|
||||
when: >-
|
||||
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', '>=')
|
||||
block:
|
||||
- name: Setup testjail
|
||||
|
|
Loading…
Add table
Reference in a new issue