add visual studio code

This commit is contained in:
Andreas Zweili 2021-08-17 21:40:30 +02:00
parent 9fb3932e95
commit d45a60363b
2 changed files with 16 additions and 5 deletions

View File

@ -18,5 +18,20 @@
- name: "Install Nextcloud client"
apt:
name: "nextcloud-desktop"
state: present
name: nextcloud-desktop
- name: "Add the apt key for Visual Studio Code"
apt_key:
url: "https://packages.microsoft.com/keys/microsoft.asc"
state: present
- name: "Add repository for Visual Studio Code"
apt_repository:
repo: "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/trusted.gpg.d/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main"
state: present
- name: "Install Visual Studio Code"
apt:
name: "code"
update_cache: yes

View File

@ -4,14 +4,10 @@ deploy_user_name: andreas
keeweb_url: https://github.com/keeweb/keeweb/releases/download/v1.18.7/KeeWeb-1.18.7.linux.x64.deb
packages:
- git
- meld
- shotwell
- stow
- texlive-full
- tmux
- tree
- vim
- mpv
- libreoffice
- mosh