mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
Add more restrictions.
This commit is contained in:
parent
e1b4d89086
commit
8545519f71
5 changed files with 12 additions and 13 deletions
6
tests/integration/targets/android_sdk/vars/RedHat-9.yml
Normal file
6
tests/integration/targets/android_sdk/vars/RedHat-9.yml
Normal 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
|
|
@ -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
|
||||
|
|
|
@ -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
|
1
tests/integration/targets/setup_snap/tasks/D-RedHat-9.3.yml
Symbolic link
1
tests/integration/targets/setup_snap/tasks/D-RedHat-9.3.yml
Symbolic link
|
@ -0,0 +1 @@
|
|||
nothing.yml
|
|
@ -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
|
1
tests/integration/targets/setup_snap/tasks/D-RedHat-9.5.yml
Symbolic link
1
tests/integration/targets/setup_snap/tasks/D-RedHat-9.5.yml
Symbolic link
|
@ -0,0 +1 @@
|
|||
nothing.yml
|
1
tests/integration/targets/setup_snap/tasks/D-RedHat-9.6.yml
Symbolic link
1
tests/integration/targets/setup_snap/tasks/D-RedHat-9.6.yml
Symbolic link
|
@ -0,0 +1 @@
|
|||
nothing.yml
|
Loading…
Add table
Add a link
Reference in a new issue