blob: 372b7e1bd3d4b94efc12e0d1dabc34e0cd698f35 [file] [log] [blame]
---
- name: Downloading STM32 updater
url_get:
url: http://images-internal/ST/STM32_Programmer.tar.gz
dest: /tmp/
- name: Extract files to their location
unarchive:
src: /tmp/STM32_Programmer.tar.gz
dest: /usr/local/
remote_src: yes