Skip to content

Commit

Permalink
fix: install jetbrains-toolbox and postman as current user (non-root)
Browse files Browse the repository at this point in the history
  • Loading branch information
TerrorSquad committed May 4, 2024
1 parent 33d7683 commit e5fd4b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions post-installation/tasks/dev_tools_gui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit e5fd4b2

Please sign in to comment.