win_ansible_role_reaplugs236/tasks/download.yml

15 lines
406 B
YAML
Raw Permalink Normal View History

---
- name: Create OBS dir
ansible.windows.win_file:
path: C:\OBS
state: directory
2022-12-28 17:30:53 +01:00
- 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"