Switch to snap code install
VSCode wants to be installed via snap. Their wish is my command.
This commit is contained in:
@@ -37,9 +37,6 @@
|
||||
state: started
|
||||
enabled: yes
|
||||
become: yes
|
||||
# Install yay developer tools
|
||||
- name: Install vscode
|
||||
command: yay -S visual-studio-code-bin --noconfirm
|
||||
# Install snap developer tools
|
||||
- name: Ensure snap installed
|
||||
community.general.pacman:
|
||||
@@ -64,6 +61,7 @@
|
||||
community.general.snap:
|
||||
name:
|
||||
- yq
|
||||
- code
|
||||
state: present
|
||||
become: yes
|
||||
retries: 6
|
||||
|
||||
Reference in New Issue
Block a user