From c14337f228b1e44fcc560a5d581a14e2b5b869f0 Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 1 Jan 2023 00:43:46 +0100 Subject: [PATCH] create szene switcher --- tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index 4649da3..2292f15 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -4,3 +4,8 @@ - name: Download files from web ansible.builtin.include_tasks: files.yml + +- name: Download Szene Switcher + ansible.windows.win_get_url: + url: 'https://aka.ms/vs/16/release/vc_redist.x64.exe' + dest: 'C:\obs\vc_redist.x64.exe'