add nicotine+

This commit is contained in:
Pim Kunis 2022-12-20 18:31:17 +01:00
parent 573701b777
commit 972940332b
10 changed files with 295 additions and 0 deletions

View file

@ -9,6 +9,7 @@
repo: "deb [signed-by=/etc/apt/trusted.gpg.d/vscodium-archive-keyring.asc ] https://download.vscodium.com/debs vscodium main"
register: apt_repository
- name: Update APT cache
become: true
apt:
update_cache: true
when: apt_repository.changed