Skip to content

Commit

Permalink
Remove unnecessary work-related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
OrBin committed Dec 7, 2023
1 parent 87da114 commit 48b5ae2
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions tasks/developer-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@

# TODO install IDE extensions (e.g. TabNine)

#- name: Install VS Code
# community.general.flatpak:
# name: com.visualstudio.code
# when: computer_type == "work"

- name: Install Postman
community.general.flatpak:
name:
Expand Down Expand Up @@ -229,13 +224,6 @@
name: robertdebock.terraform
become: yes

#- name: Install snapcraft
# snap:
# name: snapcraft
# classic: yes
# when: computer_type == "work"
# become: yes

- name: Install zsh-completions (homebrew)
community.general.homebrew:
name: zsh-completions
Expand All @@ -261,20 +249,4 @@
- fzf
state: latest

Check warning on line 250 in tasks/developer-tools.yml

View workflow job for this annotation

GitHub Actions / test

[LOW] Unpinned Package Version

Setting state to latest performs an update and installs additional packages possibly resulting in performance degradation or loss of service

#- name: Get latest version of buf
# community.general.github_release:
# user: bufbuild
# repo: buf
# action: latest_release
# register: buf_latest_release
# when: computer_type == "work"

#- name: Download buf
# get_url:
# url: "https://github.com/bufbuild/buf/releases/download/{{buf_latest_release.tag}}/buf-{{ ansible_system }}-{{ ansible_userspace_architecture }}"
# dest: /usr/local/bin/buf
# mode: "0755"
# become: yes
# when: computer_type == "work"

# TODO add VirtualBox, gitignore
# TODO add gitignore

0 comments on commit 48b5ae2

Please sign in to comment.