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

@ -10,6 +10,7 @@
repo: "deb [signed-by=/etc/apt/keyrings/neovim.gpg] https://ppa.launchpadcontent.net/neovim-ppa/stable/ubuntu {{ ansible_distribution_release }} main"
register: apt_repository
- name: Update APT cache
become: true
apt:
update_cache: true
when: apt_repository.changed