move transtions
This commit is contained in:
parent
c14337f228
commit
f108d30f1b
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
# ansible_role_prepare_obs_szene
|
||||
|
||||
Ansible role to download files needed for OBS
|
||||
Ansible role to download files needed for OBS as well as the [Move Transitions](https://obsproject.com/forum/resources/move-transition.913/) Plugin.
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
|
||||
- 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'
|
||||
url: 'https://obsproject.com/forum/resources/move-transition.913/version/4636/download?file=89591'
|
||||
dest: 'C:\obs\move-transition-2.8.0-windows-installer.zip'
|
||||
|
|
Loading…
Reference in a new issue