updated android-studio state

This commit is contained in:
Paul 2021-10-02 13:03:43 +02:00
parent c1cdf5262a
commit 46a4f2538c
2 changed files with 5 additions and 1 deletions

View File

@ -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: {}

View File

@ -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