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