fix the vscode setup

This commit is contained in:
Andreas Zweili 2021-08-17 22:19:17 +02:00
parent 734d054ecf
commit 701a7253d2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
- 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"
repo: "deb [arch=amd64] https://packages.microsoft.com/repos/code stable main"
state: present
- name: "Install Visual Studio Code"