move to debian

This commit is contained in:
Pim Kunis 2023-02-26 01:17:16 +01:00
parent 3b7eb0dd2c
commit 13fe28b5aa
16 changed files with 34 additions and 31 deletions

View file

@ -3,11 +3,11 @@
apt_key:
keyserver: keyserver.ubuntu.com
id: 9DBB0BE9366964F134855E2255F96FCF8231B6DD
keyring: /etc/apt/keyrings/neovim.gpg
keyring: /etc/apt/trusted.gpg.d/neovim.gpg
- name: Install Neovim PPA
become: true
apt_repository:
repo: "deb [signed-by=/etc/apt/keyrings/neovim.gpg] https://ppa.launchpadcontent.net/neovim-ppa/unstable/ubuntu {{ distribution_release }} main"
repo: "deb [signed-by=/etc/apt/trusted.gpg.d/neovim.gpg] https://ppa.launchpadcontent.net/neovim-ppa/unstable/ubuntu {{ distribution_release }} main"
register: apt_repository
- name: Update APT cache
become: true