diff --git a/ansible/scripts/install_goapps.yml b/ansible/scripts/install_goapps.yml index a34cba4..e743238 100644 --- a/ansible/scripts/install_goapps.yml +++ b/ansible/scripts/install_goapps.yml @@ -1,9 +1,9 @@ - name: Installing Go apps - become_user: user + become_user: "{{ USER }}" shell: "go install {{ item }}" with_items: "{{ go_apps }}" when: go_apps is defined - name: Build Bat Cache - become_user: user + become_user: "{{ USER }}" shell: "bat cache --build"