X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/472d2f1d6bc2d792928b36fe91e54dd6c8963550..HEAD:/tasks/forgejo.yml diff --git a/tasks/forgejo.yml b/tasks/forgejo.yml index c6d8ab1..60342c6 100644 --- a/tasks/forgejo.yml +++ b/tasks/forgejo.yml @@ -4,11 +4,13 @@ name: forgejo types: deb uris: https://code.forgejo.org/api/packages/apt/debian - suites: lts + suites: stable components: main signed_by: https://code.forgejo.org/api/packages/apt/debian/repository.key - name: install server specific packages ansible.builtin.apt: + update_cache: true pkg: - - git - - git-lfs + - forgejo-sqlite +# - git +# - git-lfs