win_ansible_role_reaplugs236/tasks/main.yml
2022-12-28 17:30:53 +01:00

10 lines
274 B
YAML

---
- name: Verify if plugin is probably installed
ansible.windows.win_stat:
path: "{{ win_reaplugs__installpath }}"
register: folder_info
- name: Download reaper plugin
ansible.builtin.include_tasks: download.yml
when:
- not folder_info.stat.exists | bool