win_ansible_role_reaplugs236/tasks/main.yml

11 lines
274 B
YAML
Raw Normal View History

---
2022-12-28 17:30:53 +01:00
- name: Verify if plugin is probably installed
ansible.windows.win_stat:
path: "{{ win_reaplugs__installpath }}"
register: folder_info
2022-12-28 17:30:53 +01:00
- name: Download reaper plugin
ansible.builtin.include_tasks: download.yml
when:
- not folder_info.stat.exists | bool