mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
[PR #10272/5b14129c backport][stable-11] sysrc jail tests: FreeBSD 14.1 stopped working (#10276)
sysrc jail tests: FreeBSD 14.1 stopped working (#10272)
FreeBSD 14.1 stopped working.
(cherry picked from commit 5b14129c8f
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
83a48d9fdc
commit
66112e7c90
1 changed files with 2 additions and 2 deletions
|
@ -141,12 +141,12 @@
|
|||
#
|
||||
# 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 1
|
||||
# NOTE: currently fails with FreeBSD 14 with minor version less than 2
|
||||
#
|
||||
when: >-
|
||||
ansible_distribution_version is version('12.4', '>=') and ansible_distribution_version is version('13', '<')
|
||||
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.2', '>=')
|
||||
block:
|
||||
- name: Setup testjail
|
||||
include_tasks: setup-testjail.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue