Create shortcut for updating SDKs. Remove updating Android SDK from its playbook.

This commit is contained in:
2025-02-26 10:10:04 -07:00
parent 02c153d260
commit af13e2c3a4
2 changed files with 17 additions and 5 deletions

View File

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