--- # tasks file for windows_install-laps - name: download LAPS ansible.windows.win_get_url: url: http://awe-mps-006/LAPS.x64.msi dest: C:\Users\Public\Downloads\LAPS.msi - name: Install LAPS win_package: path: C:\Users\Public\Downloads\LAPS.msi creates_path: C:\Program Files\LAPS\CSE\ state: present register: package_output ignore_errors: yes