Skip to content

Commit

Permalink
[PR #9243/9df4ef9a backport][stable-8] sysrc: add another exclusion f…
Browse files Browse the repository at this point in the history
…or ezjail (#9244)

sysrc: add another exclusion for ezjail (#9243)

Add another exclusion.

(cherry picked from commit 9df4ef9)

Co-authored-by: Felix Fontein <[email protected]>
  • Loading branch information
patchback[bot] and felixfontein authored Dec 13, 2024
1 parent b804624 commit 246dd26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration/targets/sysrc/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +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 2
# 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', '>=')
or ansible_distribution_version is version('13.2', '>=') and ansible_distribution_version is version('14', '<')
or ansible_distribution_version is version('14.1', '>=')
block:
- name: Setup testjail
include_tasks: setup-testjail.yml
Expand Down

0 comments on commit 246dd26

Please sign in to comment.