win_ansible_role_streamdeck/tasks/download_icons.yml

11 lines
416 B
YAML
Raw Permalink Normal View History

2024-02-25 21:08:54 +01:00
---
- 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'