Create shortcut for updating SDKs. Remove updating Android SDK from its playbook.
This commit is contained in:
@ -141,11 +141,6 @@
|
||||
become_user: "{{ user }}"
|
||||
when: coding == true
|
||||
|
||||
- name: Workstation | Linux | Software | Android | Update Modules
|
||||
shell: "yes | {{ android_sdkmanager_final }} --update --sdk_root={{ android_sdk_location }}"
|
||||
become_user: "{{ user }}"
|
||||
when: coding == true
|
||||
|
||||
- name: Workstation | Linux | Software | Android | Inform Flutter
|
||||
shell: "{{ flutter }} config --android-sdk={{ android_sdk_location }}"
|
||||
become_user: "{{ user }}"
|
||||
|
Reference in New Issue
Block a user