mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-10 18:15:39 +00:00
remove references to FreeBSD versions that are no longer used in CI (#12195)
This commit is contained in:
parent
213581bef8
commit
10d77d934b
2 changed files with 1 additions and 18 deletions
|
|
@ -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)
|
||||
#
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue