--- - name: Create OBS dir ansible.windows.win_file: path: C:\OBS state: directory - 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"