You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/binary_modules/download_binary_modules.yml

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