Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,11 @@

- meta: flush_handlers

- name: Create download path
win_file:
path: "{{ mssql_temp_download_path }}"
state: directory

- name: Fetch SQL Media Downloader
win_get_url:
url: "{{ mssql_installation_source }}"
Expand Down