diff --git a/tests/integration/targets/pkgng/tasks/freebsd.yml b/tests/integration/targets/pkgng/tasks/freebsd.yml index 90ffe49f9a..219b36cdb6 100644 --- a/tests/integration/targets/pkgng/tasks/freebsd.yml +++ b/tests/integration/targets/pkgng/tasks/freebsd.yml @@ -498,21 +498,6 @@ ## pkgng - example - Install single package in jail ## - name: Test within jail - # NOTE: FreeBSD 13.0 fails to update the package catalogue for unknown reasons (someone with FreeBSD - # knowledge has to take a look) - # - # NOTE: FreeBSD 13.1 fails to update the package catalogue for unknown reasons (someone with FreeBSD - # knowledge has to take a look) - # - # NOTE: FreeBSD 13.2 fails to update the package catalogue for unknown reasons (someone with FreeBSD - # knowledge has to take a look) - # - # NOTE: FreeBSD 13.3 fails to update the package catalogue for unknown reasons (someone with FreeBSD - # knowledge has to take a look) - # - # NOTE: FreeBSD 13.4 fails to update the package catalogue for unknown reasons (someone with FreeBSD - # knowledge has to take a look) - # # NOTE: FreeBSD 13.5 fails to update the package catalogue for unknown reasons (someone with FreeBSD # knowledge has to take a look) # diff --git a/tests/integration/targets/sysrc/tasks/main.yml b/tests/integration/targets/sysrc/tasks/main.yml index b2f0dbdcd8..9e880d848d 100644 --- a/tests/integration/targets/sysrc/tasks/main.yml +++ b/tests/integration/targets/sysrc/tasks/main.yml @@ -139,13 +139,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 4 # NOTE: currently fails with FreeBSD 14 with minor version less than 2 # when: >- - ansible_facts.distribution_version is version('12.4', '>=') and ansible_facts.distribution_version is version('13', '<') - or ansible_facts.distribution_version is version('13.4', '>=') and ansible_facts.distribution_version is version('14', '<') + ansible_facts.distribution_version is version('13.4', '>=') and ansible_facts.distribution_version is version('14', '<') or ansible_facts.distribution_version is version('14.3', '>=') block: - name: Setup testjail