8 lines
No EOL
182 B
YAML
8 lines
No EOL
182 B
YAML
- name: Check if old version exists
|
|
stat:
|
|
path: "{{ flutter_dir }}"
|
|
register: flutter_dir_status
|
|
|
|
- import_tasks: install.yml
|
|
when:
|
|
- not flutter_dir_status.stat.exists |