ansible_role_prepare_obs_szene/tasks/main.yml

12 lines
310 B
YAML
Raw Normal View History

2022-02-16 22:57:44 +01:00
---
2022-12-28 17:30:06 +01:00
- name: Setup directory
2022-02-16 22:57:44 +01:00
ansible.builtin.include_tasks: directory.yml
2022-02-16 23:18:54 +01:00
2022-12-28 17:30:06 +01:00
- name: Download files from web
2022-02-16 23:18:54 +01:00
ansible.builtin.include_tasks: files.yml
2023-01-01 00:43:46 +01:00
- 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'