X-Git-Url: https://freie-schul-it.de/gitweb/fsit_smgt.git/blobdiff_plain/38fb136bfb77d5bb3fc334598227a8fb965a8995..640776a664e1275383484f72ef66533b0c9da349:/tasks/forgejo.yml diff --git a/tasks/forgejo.yml b/tasks/forgejo.yml index 74be67e..60342c6 100644 --- a/tasks/forgejo.yml +++ b/tasks/forgejo.yml @@ -1,6 +1,16 @@ --- +- name: Add repo using key from URL + ansible.builtin.deb822_repository: + name: forgejo + types: deb + uris: https://code.forgejo.org/api/packages/apt/debian + 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