From f108d30f1b2d75eca1469d540ad8dda9c327af8c Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 1 Jan 2023 01:42:43 +0100 Subject: [PATCH] move transtions --- README.md | 2 +- tasks/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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'