mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
pkgng: test autoremove=yes only on FreeBSD > 12
The CI test runner on FreeBSD 12.0 times out when downloading large packages.
This commit is contained in:
parent
4f18ef5ba6
commit
a803240941
1 changed files with 34 additions and 27 deletions
|
@ -256,6 +256,13 @@
|
||||||
##
|
##
|
||||||
## pkgng - example - autoremove=yes
|
## pkgng - example - autoremove=yes
|
||||||
##
|
##
|
||||||
|
- name: "Test autoremove=yes"
|
||||||
|
#
|
||||||
|
# NOTE: FreeBSD 12.0 test runner receives a "connection reset by peer" after ~20% downloaded so we are
|
||||||
|
# only running this on 12.1 or higher
|
||||||
|
#
|
||||||
|
when: ansible_distribution_version is version('12.01', '>=')
|
||||||
|
block:
|
||||||
- name: Install GNU autotools
|
- name: Install GNU autotools
|
||||||
pkgng:
|
pkgng:
|
||||||
name: autotools
|
name: autotools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue