forgejo: don’t enable the testing apk repo

Alpine has forgejo in main repo now.
This commit is contained in:
Timotej Lazar 2025-05-08 14:12:35 +02:00
parent 6797f65971
commit a5eae03cf8

View file

@ -1,15 +1,8 @@
- name: Add testing repo
lineinfile:
path: /etc/apk/repositories
line: '@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing'
register: repo
- name: Install forgejo
package:
update_cache: '{{ repo.changed }}'
name:
- forgejo@testing
- forgejo-runner@testing
- forgejo
- forgejo-runner
- podman
- name: Create nginx site