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