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
|
state: started
|
||||||
enabled: yes
|
enabled: yes
|
||||||
become: yes
|
become: yes
|
||||||
# Install yay developer tools
|
|
||||||
- name: Install vscode
|
|
||||||
command: yay -S visual-studio-code-bin --noconfirm
|
|
||||||
# Install snap developer tools
|
# Install snap developer tools
|
||||||
- name: Ensure snap installed
|
- name: Ensure snap installed
|
||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
@@ -64,6 +61,7 @@
|
|||||||
community.general.snap:
|
community.general.snap:
|
||||||
name:
|
name:
|
||||||
- yq
|
- yq
|
||||||
|
- code
|
||||||
state: present
|
state: present
|
||||||
become: yes
|
become: yes
|
||||||
retries: 6
|
retries: 6
|
||||||
|
|||||||
Reference in New Issue
Block a user