Fix sdk location option for sdkmanager.

This commit is contained in:
Hyperling 2025-02-26 08:55:51 -07:00
parent a6c819a086
commit 659d46d088

View File

@ -150,7 +150,7 @@
when: coding == true when: coding == true
- name: Workstation | Linux | Software | Android | Licenses Agreements [1/2] - name: Workstation | Linux | Software | Android | Licenses Agreements [1/2]
shell: "yes | {{ android_sdkmanager_final }} --licenses --android-sdk={{ android_sdk_location }}" shell: "yes | {{ android_sdkmanager_final }} --licenses --sdk_root-sdk={{ android_sdk_location }}"
become_user: "{{ user }}" become_user: "{{ user }}"
when: coding == true when: coding == true