From f9ffc9839f4efca1ff0377696302636f697ead2b Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 26 Feb 2025 08:59:45 -0700 Subject: [PATCH] Become user more often; make life easier. --- tasks/workstation/linux/software/android.yml | 3 ++- tasks/workstation/linux/software/flutter.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/workstation/linux/software/android.yml b/tasks/workstation/linux/software/android.yml index 7b5e6a0..2b1a1c9 100644 --- a/tasks/workstation/linux/software/android.yml +++ b/tasks/workstation/linux/software/android.yml @@ -82,7 +82,7 @@ owner: "{{ user }}" group: "{{ user }}" mode: '0664' - when: not android_download_stat.stat.exists + when: not android_download_stat.stat.existss - name: Workstation | Linux | Software | Android | Create Folder file: @@ -99,6 +99,7 @@ owner: "{{ user }}" group: "{{ user }}" + become_user: "{{ user }}" when: coding == true and not android_sdkmanager_temp_stat.stat.exists - name: Workstation | Linux | Software | Android | Delete Archive diff --git a/tasks/workstation/linux/software/flutter.yml b/tasks/workstation/linux/software/flutter.yml index 47be9f9..dba5551 100644 --- a/tasks/workstation/linux/software/flutter.yml +++ b/tasks/workstation/linux/software/flutter.yml @@ -114,6 +114,7 @@ owner: "{{ user }}" group: "{{ user }}" + become_user: "{{ user }}" when: coding == true and not flutter_sdk_stat.stat.exists - name: Workstation | Linux | Software | Flutter | Delete Archive