summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/binary_modules/download_binary_modules.yml
blob: 80b91453a737b8a8cc676362731179322eca05d7 (plain)
1
2
3
4
5
6
7
8
9
- 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