create szene switcher
This commit is contained in:
parent
e398e246da
commit
c14337f228
1 changed files with 5 additions and 0 deletions
|
@ -4,3 +4,8 @@
|
||||||
|
|
||||||
- name: Download files from web
|
- name: Download files from web
|
||||||
ansible.builtin.include_tasks: files.yml
|
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'
|
||||||
|
|
Loading…
Reference in a new issue