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