add nicotine+
This commit is contained in:
parent
573701b777
commit
972940332b
10 changed files with 295 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue