mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
sysrc jail tests: FreeBSD 14.1 stopped working (#10272)
FreeBSD 14.1 stopped working.
This commit is contained in:
parent
f44ca23d7a
commit
5b14129c8f
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 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue