Add jetbrains-toolbox

This commit is contained in:
pgrondek 2020-07-01 16:25:12 +02:00
parent 5d6bf94dea
commit a511cc4e17
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,8 @@
---
- name: Unarchive a file that needs to be downloaded (added in 2.0)
become: yes
unarchive:
src: https://download.jetbrains.com/toolbox/jetbrains-toolbox-{{ toolbox.version }}.tar.gz
dest: /usr/local/bin
remote_src: yes
mode: 0755

View File

View File

@ -0,0 +1,3 @@
---
toolbox:
version: 1.17.7139