update and improve choco download

This commit is contained in:
L3D 2024-02-27 23:38:24 +01:00
parent 3f92f50b3e
commit b0844b393b
Signed by: L3D
GPG Key ID: CD08445BFF4313D1
14 changed files with 18 additions and 18 deletions

@ -1 +1 @@
Subproject commit c19691d6297303f1c548e2f0577697b0ef748f1f Subproject commit 348530c0efda2d2dd1947b2dea1833b984256de0

@ -1 +1 @@
Subproject commit eb607e99e9e654ed2e58afcaaad927e3496cce06 Subproject commit b0a2bea775213fccab01a29bad822fb7c64e7877

@ -1 +1 @@
Subproject commit 077b55f2d036c89cf57fa277fc6bc6227ee4940f Subproject commit 6baa860b7a344bd8b38196ce67a506c7d33b34c5

@ -1 +1 @@
Subproject commit b20daf641eedc179f4181a7526b77d790790e380 Subproject commit 143aa279580297d803b71f9a4cc26df0b74fd700

@ -1 +1 @@
Subproject commit 2d8c58259394e6f70880c07e6da3ceb217af6110 Subproject commit ca4924378508651723bb9312843392fe28f82753

View File

@ -0,0 +1,2 @@
---
win_loudnessdoc__root: 'C:\obs\'

View File

@ -0,0 +1,8 @@
---
- name: Create folder for obs szene loudness plugin
ansible.windows.win_file:
state: directory
path: '{{ item }}'
with_items:
- '{{ win_loudnessdoc__root }}'
- '{{ win_loudnessdoc__root }}\loudness'

View File

@ -10,6 +10,6 @@
- name: Unzip Loudness Dock Plugin - name: Unzip Loudness Dock Plugin
community.windows.win_unzip: community.windows.win_unzip:
src: '{{ win_streamdeck__root }}\loundness\obs-loudness-dock-0.2.1-obs28-Windows.zip' src: '{{ win_streamdeck__root }}\loudness\obs-loudness-dock-0.2.1-obs28-Windows.zip'
dest: 'C:\Program Files\obs-studio\' dest: 'C:\Program Files\obs-studio\'
when: not _installed['stat']['exists'] when: not _installed['stat']['exists']

View File

@ -2,4 +2,4 @@
- name: Download latest plugin windows zip - name: Download latest plugin windows zip
ansible.windows.win_get_url: ansible.windows.win_get_url:
url: 'https://github.com/norihiro/obs-loudness-dock/releases/download/0.2.1/obs-loudness-dock-0.2.1-obs28-Windows.zip' url: 'https://github.com/norihiro/obs-loudness-dock/releases/download/0.2.1/obs-loudness-dock-0.2.1-obs28-Windows.zip'
dest: '{{ win_loundnessdoc__root }}\loundness\obs-loudness-dock-0.2.1-obs28-Windows.zip' dest: '{{ win_loudnessdoc__root }}\loudness\obs-loudness-dock-0.2.1-obs28-Windows.zip'

View File

@ -1,2 +0,0 @@
---
win_loundnessdoc__root: 'C:\obs\'

View File

@ -1,8 +0,0 @@
---
- name: Create folder for obs szene loundness plugin
ansible.windows.win_file:
state: directory
path: '{{ item }}'
with_items:
- '{{ win_loundnessdoc__root }}'
- '{{ win_loundnessdoc__root }}\loundness'

View File

@ -21,7 +21,7 @@
- {role: do1jlr.win_streamdeck, tags: streamdeck} - {role: do1jlr.win_streamdeck, tags: streamdeck}
- {role: l3d.time, tags: time} - {role: l3d.time, tags: time}
- {role: l3d.wireguard, tags: wireguard} - {role: l3d.wireguard, tags: wireguard}
- {role: l3d.loundnessdock, tags: dock} - {role: l3d.loudnessdock, tags: dock}
- {role: l3d.loudness_meter, tags: loudness} - {role: l3d.loudness_meter, tags: loudness}
- {role: do1jlr.win_reaplugs236, tags: [reaper, obs, reaplugs236, reaplugs]} - {role: do1jlr.win_reaplugs236, tags: [reaper, obs, reaplugs236, reaplugs]}
- {role: do1jlr.win_obs_szene, tags: [obs, szene]} - {role: do1jlr.win_obs_szene, tags: [obs, szene]}