Created
May 23, 2021 15:01
-
-
Save brpaz/40dccfd988f2032ec7e84831f4ef3247 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Jetbrains Toolbox | |
unarchive: | |
src: https://download.jetbrains.com/toolbox/jetbrains-toolbox-{{ jetbrains_toolbox_version }}.tar.gz | |
remote_src: true | |
dest: "{{ bin_dir }}" | |
extra_opts: [--strip-components=1] | |
mode: a+x | |
become: true | |
- name: Jetbrains Toolbox | Install Desktop file | |
copy: | |
src: applications/jetbrains-toolbox.desktop | |
dest: "{{ applications_dir }}/jetbrains-toolbox.desktop" | |
mode: 0644 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment