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]