Compare commits

..

No commits in common. "111c4b68fad46576e9fa1a8e4d7f28d34871bcb4" and "57662dcf8ae12323397f3c193ffab455db289f42" have entirely different histories.

3 changed files with 7 additions and 29 deletions

View File

@ -1,33 +1,8 @@
---
- name: Create temp dir
file:
path: /tmp/jetbrains-toolbox
state: directory
- name: Install jetbrains toolbox
- name: Unarchive a file that needs to be downloaded (added in 2.0)
become: yes
unarchive:
src: https://data.services.jetbrains.com/products/download?platform=linux&code=TBA
dest: /tmp/jetbrains-toolbox
src: https://download.jetbrains.com/toolbox/jetbrains-toolbox-{{ toolbox.version }}.tar.gz
dest: /usr/local/bin
remote_src: yes
mode: 0755
- name: get folder name
shell: ls /tmp/jetbrains-toolbox
register: dir_name
- name: Move foo to bar
become: yes
command: cp -ra /tmp/jetbrains-toolbox/{{ dir_name.stdout }}/jetbrains-toolbox /usr/local/bin/jetbrains-toolbox
- name: Remove temp directory
become: yes
file:
path: /tmp/jetbrains-toolbox
state: absent
- name: change chmod
become: yes
file:
path: /usr/local/bin/jetbrains-toolbox
mode: '0755'

View File

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

View File

@ -41,7 +41,7 @@
- name: install gui apps
become: yes
apt:
update_cache: yes
update_cashe: yes
pkg:
- redshift
- compton