Add the speed boost to other stat
checks as well.
This commit is contained in:
@@ -36,12 +36,18 @@
|
||||
- name: Workstation | Linux | Software | Flutter | Check SDK Exists
|
||||
stat:
|
||||
path: "{{ flutter_sdk_location }}"
|
||||
get_attributes: false
|
||||
get_checksum: false
|
||||
get_mime: false
|
||||
register: flutter_sdk_stat
|
||||
when: coding == true
|
||||
|
||||
- name: Workstation | Linux | Software | Flutter | Check Download Exists
|
||||
stat:
|
||||
path: "{{ flutter_download_file }}"
|
||||
get_attributes: false
|
||||
get_checksum: false
|
||||
get_mime: false
|
||||
register: flutter_download_stat
|
||||
when: coding == true
|
||||
|
||||
|
Reference in New Issue
Block a user