From 8033efce9300a66813244e123b5dd35b6fb93a3c Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 13 Jul 2025 09:43:35 -0700 Subject: [PATCH] Add hostname to Flutter report. --- tasks/workstation/linux/software/flutter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/workstation/linux/software/flutter.yml b/tasks/workstation/linux/software/flutter.yml index dba5551..55d13a6 100644 --- a/tasks/workstation/linux/software/flutter.yml +++ b/tasks/workstation/linux/software/flutter.yml @@ -8,7 +8,7 @@ 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/flutter.txt" + flutter_report: "{{ user_user.home }}/Reports/{{ ansible_hostname }}.flutter.txt" when: coding == true - name: Workstation | Linux | Software | Flutter | Facts [2/4]