win_ansible_role_reaplugs236/tasks/download.yml

15 lines
406 B
YAML
Raw Normal View History

---
- name: Create OBS dir
ansible.windows.win_file:
path: C:\OBS
state: directory
- name: download reaper plugin
ansible.windows.win_get_url:
url: "{{ win_reaplugs__srv }}/{{ win_reaplugs__file }}"
dest: C:\OBS\{{ win_reaplugs__file }}
- name: "Please install the plugin manually from the /OBS/ directory"
ansible.builtin.pause:
prompt: "Confirm when you installed the plugin"