Files
ansible/test/integration/targets/binary_modules/download_binary_modules.yml
Matt Clay 6c29028f05 Update ci-files URL in integration tests.
This uses the CloudFront URL instead of going directly to S3.
2022-02-02 17:56:50 -08:00

10 lines
325 B
YAML

- hosts: testhost
tasks:
- name: download binary module
tags: test_binary_modules
get_url:
url: "https://ci-files.testing.ansible.com/test/integration/roles/test_binary_modules/{{ filename }}"
dest: "{{ playbook_dir }}/library/{{ filename }}"
mode: 0755
delegate_to: localhost