updated android-studio state
This commit is contained in:
parent
c1cdf5262a
commit
46a4f2538c
@ -5,4 +5,6 @@ androidstudio:
|
||||
install_dir: /usr/local/apps
|
||||
release_dir: /usr/local/apps/releases
|
||||
version: 4.2.1.0
|
||||
tag: 202.7351085
|
||||
version_regex: 202.*7351085
|
||||
config: {}
|
||||
|
@ -2,11 +2,13 @@
|
||||
{%- from "androidstudio/map.jinja" import androidstudio with context %}
|
||||
androidstudio-archive-extract:
|
||||
archive.extracted:
|
||||
- name: {{ androidstudio.release_dir }}
|
||||
- name: {{ androidstudio.release_dir }}/androidstudio-{{ androidstudio.version }}
|
||||
- source: {{ androidstudio.mirror }}/{{ androidstudio.version }}/android-studio-ide-{{ androidstudio.tag }}-linux.tar.gz
|
||||
- skip_verify: true
|
||||
- archive_format: tar
|
||||
- overwrite: true
|
||||
- options: --strip 1
|
||||
- enforce_toplevel: false
|
||||
- if_missing: {{ androidstudio.release_dir }}/androidstudio-{{ androidstudio.version }}
|
||||
- watch:
|
||||
- file: androidstudio-link
|
||||
|
Loading…
Reference in New Issue
Block a user