From 0d205767aeac5ca09768a5620c5a9cfdcc5a1ecf Mon Sep 17 00:00:00 2001 From: Jean-Pierre Matsumoto Date: Tue, 5 Jan 2021 10:21:03 +0100 Subject: [PATCH] Create download path if it doesn't exist --- tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 302531a..cea0809 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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 }}"