updated androidstudio state
This commit is contained in:
parent
87a1405345
commit
c1cdf5262a
@ -4,4 +4,5 @@ androidstudio:
|
|||||||
enabled: true
|
enabled: true
|
||||||
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
|
||||||
config: {}
|
config: {}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
{%- 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.install_dir }}
|
- name: {{ androidstudio.release_dir }}
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user