Add strawberry again

This commit is contained in:
Pim Kunis 2023-06-12 00:17:10 +02:00
parent b60b1ff4d0
commit 191c768c60
2 changed files with 5 additions and 3 deletions

View file

@ -7,7 +7,7 @@
- name: Install PPA repository
become: true
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
- name: Update APT cache
become: true