Add strawberry again
This commit is contained in:
parent
b60b1ff4d0
commit
191c768c60
2 changed files with 5 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
- name: Install PPA repository
|
- name: Install PPA repository
|
||||||
become: true
|
become: true
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: "deb [signed-by=/etc/apt/trusted.gpg.d/strawberry.gpg] https://ppa.launchpadcontent.net/jonaski/strawberry/ubuntu {{ distribution_release }} main"
|
repo: "deb [signed-by=/etc/apt/trusted.gpg.d/strawberry.gpg] https://ppa.launchpadcontent.net/jonaski/strawberry/ubuntu lunar main"
|
||||||
register: apt_repository
|
register: apt_repository
|
||||||
- name: Update APT cache
|
- name: Update APT cache
|
||||||
become: true
|
become: true
|
||||||
|
|
|
@ -10,8 +10,8 @@
|
||||||
tags: [bash]
|
tags: [bash]
|
||||||
- role: alacritty
|
- role: alacritty
|
||||||
tags: [alacritty]
|
tags: [alacritty]
|
||||||
- role: neovim
|
# - role: neovim
|
||||||
tags: [neovim]
|
# tags: [neovim]
|
||||||
- role: keepassxc
|
- role: keepassxc
|
||||||
tags: [keepassxc]
|
tags: [keepassxc]
|
||||||
- role: wireguard
|
- role: wireguard
|
||||||
|
@ -26,3 +26,5 @@
|
||||||
tags: [vscodium]
|
tags: [vscodium]
|
||||||
- role: nicotine
|
- role: nicotine
|
||||||
tags: [nicotine]
|
tags: [nicotine]
|
||||||
|
- role: strawberry
|
||||||
|
tags: [strawberry]
|
||||||
|
|
Reference in a new issue