flutter, fix fact task numbering.

This commit is contained in:
2026-08-04 08:42:03 -07:00
parent d54131a1b2
commit 2d5fa52294
+4 -4
View File
@@ -3,22 +3,22 @@
## Facts ##
- name: Workstation | Linux | Software | Flutter | Facts [1/4]
- name: Workstation | Linux | Software | Flutter | Facts 1
set_fact:
flutter_url: "https://storage.googleapis.com/flutter_infra_release/releases/stable/linux/flutter_linux_3.27.2-stable.tar.xz"
flutter_download_file: "{{ user_user.home }}/Downloads/flutter.tar.xz"
flutter_sdk_location: "{{ user_user.home }}/SDKs/Flutter"
flutter_report: "{{ user_user.home }}/Reports/{{ ansible_hostname }}.sdk.flutter.txt"
- name: Workstation | Linux | Software | Flutter | Facts [2/4]
- name: Workstation | Linux | Software | Flutter | Facts 2
set_fact:
flutter_bin_location: "{{ flutter_sdk_location }}/flutter/bin"
- name: Workstation | Linux | Software | Flutter | Facts [3/4]
- name: Workstation | Linux | Software | Flutter | Facts 3
set_fact:
flutter: "{{ flutter_bin_location }}/flutter"
- name: Workstation | Linux | Software | Flutter | Facts [3/3]
- name: Workstation | Linux | Software | Flutter | Facts 4
set_fact:
flutter_report_commands:
- "date > {{ flutter_report }}"