mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Download files from S3 to improve reliability. (#16891)
Binary module tests now download pre-compiled binaries from S3 instead of downloading go and compiling the modules. Files downloaded form SourceForge are now downloaded from S3.
This commit is contained in:
10
test/integration/download_binary_modules.yml
Normal file
10
test/integration/download_binary_modules.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- hosts: all
|
||||
tasks:
|
||||
- debug: var=ansible_system
|
||||
|
||||
- name: download binary module
|
||||
tags: test_binary_modules
|
||||
get_url:
|
||||
url: "https://ansible-ci-files.s3.amazonaws.com/test/integration/roles/test_binary_modules/helloworld_{{ ansible_system|lower }}"
|
||||
dest: "{{ playbook_dir }}/library/helloworld_{{ ansible_system|lower }}"
|
||||
mode: 0755
|
||||
Reference in New Issue
Block a user