@@ -0,0 +1,17 @@
|
||||
- name: Add debian repo
|
||||
ansible.builtin.deb822_repository:
|
||||
name: vscodium
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
types: deb
|
||||
uris: https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs
|
||||
suites: vscodium
|
||||
components: main
|
||||
signed_by: https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg
|
||||
|
||||
- name: Install vscodium
|
||||
ansible.builtin.apt:
|
||||
name: codium
|
||||
state: present
|
||||
update_cache: true
|
||||
Reference in New Issue
Block a user