- name: execute init.ps1 ansible.windows.win_powershell: script: C:\scripts\init.ps1 - name: copy mssql installer ansible.builtin.copy: src: files/SQL2019-SSEI-Expr.exe dest: C:\setup\SQL2019-SSEI-Expr.exe