move to debian
This commit is contained in:
parent
3b7eb0dd2c
commit
13fe28b5aa
16 changed files with 34 additions and 31 deletions
|
@ -3,11 +3,11 @@
|
|||
apt_key:
|
||||
keyserver: keyserver.ubuntu.com
|
||||
id: 3A160895CC2CE253085D08A552B24DF7D43B5377
|
||||
keyring: /etc/apt/keyrings/alacritty.gpg
|
||||
keyring: /etc/apt/trusted.gpg.d/alacritty.gpg
|
||||
- name: Install PPA repository
|
||||
become: true
|
||||
apt_repository:
|
||||
repo: "deb [signed-by=/etc/apt/keyrings/alacritty.gpg] https://ppa.launchpadcontent.net/aslatter/ppa/ubuntu {{ distribution_release }} main"
|
||||
repo: "deb [signed-by=/etc/apt/trusted.gpg.d/alacritty.gpg] https://ppa.launchpadcontent.net/aslatter/ppa/ubuntu {{ distribution_release }} main"
|
||||
register: apt_repository
|
||||
- name: Update APT cache
|
||||
become: true
|
||||
|
|
Reference in a new issue