Skip to content

Commit

Permalink
sysrc: FreeBSD jail test no longer works with FreeBSD 13.1 (ansible-c…
Browse files Browse the repository at this point in the history
…ollections#7543)

Jail test no longer works with FreeBSD 13.1.
  • Loading branch information
felixfontein authored and samdoran committed Nov 21, 2023
1 parent 877b1d3 commit 9e9b9e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/targets/sysrc/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e9b9e0

Please sign in to comment.