summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/setup_win_printargv/tasks/main.yml
blob: 3924931fc2a722ef681ba36447e4bb4f53137ed9 (plain)
1
2
3
4
5
6
7
8
9
---
- name: download the PrintArgv.exe binary to temp location
  win_get_url:
    url: https://ci-files.testing.ansible.com/test/integration/targets/setup_win_printargv/PrintArgv.exe
    dest: '{{ remote_tmp_dir }}\PrintArgv.exe'

- name: set fact containing PrintArgv binary path
  set_fact:
    win_printargv_path: '{{ remote_tmp_dir }}\PrintArgv.exe'