diff --git a/post-installation/tasks/dev_tools_gui.yaml b/post-installation/tasks/dev_tools_gui.yaml index 6de7df2..d932a42 100644 --- a/post-installation/tasks/dev_tools_gui.yaml +++ b/post-installation/tasks/dev_tools_gui.yaml @@ -65,6 +65,7 @@ - name: Download and install JetBrains ToolBox ansible.builtin.shell: | curl -fsSL https://raw.githubusercontent.com/nagygergo/jetbrains-toolbox-install/master/jetbrains-toolbox.sh | bash + become_user: "{{ username }}" - name: Download and install Visual Studio Code block: @@ -79,6 +80,7 @@ - name: Install Postman ansible.builtin.shell: curl https://gist.githubusercontent.com/SanderTheDragon/1331397932abaa1d6fbbf63baed5f043/raw/postman-deb.sh | sh + become_user: "{{ username }}" - name: Sublime text block: