diff --git a/README.md b/README.md index f3a678d..7b61bdf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # ansible_role_prepare_obs_szene -Ansible role to download files needed for OBS \ No newline at end of file +Ansible role to download files needed for OBS as well as the [Move Transitions](https://obsproject.com/forum/resources/move-transition.913/) Plugin. diff --git a/tasks/main.yml b/tasks/main.yml index 2292f15..133f7cb 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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'