Ensure directory exists to untar into.

This commit is contained in:
Hyperling 2025-02-26 08:37:13 -07:00
parent e3887098a0
commit a6c819a086

View File

@ -86,7 +86,7 @@
- name: Workstation | Linux | Software | Android | Create Folder
file:
path: "{{ android_sdk_location }}"
path: "{{ android_sdk_cmdline_temp }}"
state: directory
owner: "{{ user }}"
group: "{{ user }}"