mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
[PR #10272/5b14129c backport][stable-10] sysrc jail tests: FreeBSD 14.1 stopped working (#10274)
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:
@@ -141,12 +141,12 @@
|
|||||||
#
|
#
|
||||||
# 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 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: >-
|
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.4', '>=') 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.2', '>=')
|
||||||
block:
|
block:
|
||||||
- name: Setup testjail
|
- name: Setup testjail
|
||||||
include_tasks: setup-testjail.yml
|
include_tasks: setup-testjail.yml
|
||||||
|
|||||||
Reference in New Issue
Block a user