Switch to snap code install

VSCode wants to be installed via snap. Their wish is my command.
This commit is contained in:
ducoterra
2022-02-10 11:35:44 -05:00
parent 08b0700e53
commit 2bc19dea00

View File

@@ -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