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 [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/signal.asc] https://updates.signal.org/desktop/apt xenial main"
register: apt_repository
- name: Update APT cache
become: true
apt:
update_cache: true
when: apt_repository.changed