Add more restrictions.

This commit is contained in:
Felix Fontein 2025-07-26 12:23:22 +02:00
commit 8545519f71
5 changed files with 12 additions and 13 deletions

View file

@ -0,0 +1,6 @@
---
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
openjdk_pkg: java-21-openjdk-headless

View file

@ -534,12 +534,14 @@
#
# NOTE: FreeBSD 14.2 fails as well (someone with FreeBSD knowledge has to take a look)
#
# NOTE: FreeBSD 14.3 fails as well (someone with FreeBSD knowledge has to take a look)
#
# See also
# https://github.com/ansible-collections/community.general/issues/5795
when: >-
(ansible_distribution_version is version('12.01', '>=') and ansible_distribution_version is version('12.3', '<'))
or (ansible_distribution_version is version('13.6', '>=') and ansible_distribution_version is version('14.0', '<'))
or ansible_distribution_version is version('14.3', '>=')
or ansible_distribution_version is version('14.4', '>=')
block:
- name: Setup testjail
include_tasks: setup-testjail.yml

View file

@ -1,6 +0,0 @@
---
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
# Do nothing

View file

@ -0,0 +1 @@
nothing.yml

View file

@ -1,6 +0,0 @@
---
# Copyright (c) Ansible Project
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
# Do nothing

View file

@ -0,0 +1 @@
nothing.yml

View file

@ -0,0 +1 @@
nothing.yml