win_ansible_role_reaplugs236/tasks/main.yml

11 lines
274 B
YAML
Raw Normal View History

---
- 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