From 48b5ae2a12ce88be9a5fb710844c63dbca624361 Mon Sep 17 00:00:00 2001 From: Or Bin Date: Fri, 8 Dec 2023 00:34:29 +0200 Subject: [PATCH] Remove unnecessary work-related stuff --- tasks/developer-tools.yml | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/tasks/developer-tools.yml b/tasks/developer-tools.yml index db795ad..2b4a57f 100644 --- a/tasks/developer-tools.yml +++ b/tasks/developer-tools.yml @@ -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: @@ -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 @@ -261,20 +249,4 @@ - fzf state: latest -#- 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