forgejo: don’t enable the testing apk repo
Alpine has forgejo in main repo now.
This commit is contained in:
parent
6797f65971
commit
a5eae03cf8
1 changed files with 2 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue