remove the key for vscode

it gets installed with the deb package
This commit is contained in:
Andreas Zweili 2021-08-24 19:13:45 +02:00
parent eb07374480
commit d5405de1bf

View File

@ -21,9 +21,6 @@
name: "nextcloud-desktop"
state: present
- name: "Add the apt key for Visual Studio Code"
apt_key:
url: "https://packages.microsoft.com/keys/microsoft.asc"
state: present
- name: "Download VSCode"