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