From 66112e7c90a0d239f5c0977249c4197d34ab9b45 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 21:52:40 +0200 Subject: [PATCH] [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 5b14129c8f3b9ce418fa2b20baaf832d4eb847ff) Co-authored-by: Felix Fontein --- tests/integration/targets/sysrc/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/targets/sysrc/tasks/main.yml b/tests/integration/targets/sysrc/tasks/main.yml index 8b55101f66..549a1b8387 100644 --- a/tests/integration/targets/sysrc/tasks/main.yml +++ b/tests/integration/targets/sysrc/tasks/main.yml @@ -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