Fix typo in option.

This commit is contained in:
Hyperling 2025-02-26 08:59:57 -07:00
parent f9ffc9839f
commit 5ffe4d5b63

View File

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