10 lines
416 B
YAML
10 lines
416 B
YAML
---
|
|
- name: Download existing icons
|
|
ansible.windows.win_get_url:
|
|
url: 'https://git.chaoswest.tv/winkekatze.tv/sd-icons/archive/master.zip'
|
|
dest: '{{ win_streamdeck__root }}\streamdeck\streamdeck_icons.zip'
|
|
|
|
- name: Unzip Streamdeck Icons
|
|
community.windows.win_unzip:
|
|
src: '{{ win_streamdeck__root }}\streamdeck\streamdeck_icons.zip'
|
|
dest: '{{ win_streamdeck__root }}\streamdeck\streamdeck_icons'
|