summaryrefslogtreecommitdiff
path: root/ansible/roles/websql01/tasks/init.yaml
blob: a75d6cc4f7feab7ae13a39dedc9b58971913b649 (plain)
1
2
3
4
5
6
7
8
9
- 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