From b3c661a9f606bce6692837b91534930ee9b2ff71 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 18 Nov 2023 13:51:00 +0100 Subject: [PATCH] sysrc: FreeBSD jail test no longer works with FreeBSD 13.1 (#7543) Jail test no longer works with FreeBSD 13.1. --- 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 2c45c3b1c2..ace38202f2 100644 --- a/tests/integration/targets/sysrc/tasks/main.yml +++ b/tests/integration/targets/sysrc/tasks/main.yml @@ -140,11 +140,11 @@ - name: Test within jail # # NOTE: currently fails with FreeBSD 12 with minor version less than 4 - # NOTE: currently fails with FreeBSD 13 with minor version less than 1 + # NOTE: currently fails with FreeBSD 13 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.1', '>=') + or ansible_distribution_version is version('13.2', '>=') block: - name: Setup testjail include_tasks: setup-testjail.yml