From 2d5fa52294091c1c0656654e9427fd4dcf4f55cb Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 4 Aug 2026 08:42:03 -0700 Subject: [PATCH] flutter, fix fact task numbering. --- tasks/workstation/linux/software/flutter.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/workstation/linux/software/flutter.yml b/tasks/workstation/linux/software/flutter.yml index 43f41eb..42c4cbf 100644 --- a/tasks/workstation/linux/software/flutter.yml +++ b/tasks/workstation/linux/software/flutter.yml @@ -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 }}"