Add the speed boost to other stat
checks as well.
This commit is contained in:
@@ -145,18 +145,27 @@
|
||||
- name: Workstation | Linux | Software | Android | Check SDK Manager Exists [1/2]
|
||||
stat:
|
||||
path: "{{ android_sdkmanager_temp }}"
|
||||
get_attributes: false
|
||||
get_checksum: false
|
||||
get_mime: false
|
||||
register: android_sdkmanager_temp_stat
|
||||
when: coding == true
|
||||
|
||||
- name: Workstation | Linux | Software | Android | Check SDK Manager Exists [2/2]
|
||||
stat:
|
||||
path: "{{ android_sdkmanager_final }}"
|
||||
get_attributes: false
|
||||
get_checksum: false
|
||||
get_mime: false
|
||||
register: android_sdkmanager_final_stat
|
||||
when: coding == true
|
||||
|
||||
- name: Workstation | Linux | Software | Android | Check Download Exists
|
||||
stat:
|
||||
path: "{{ android_download_file }}"
|
||||
get_attributes: false
|
||||
get_checksum: false
|
||||
get_mime: false
|
||||
register: android_download_stat
|
||||
when: coding == true
|
||||
|
||||
|
Reference in New Issue
Block a user