diff --git a/README.md b/README.md index 89d1d6b..62b5067 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,13 @@ To deploy multiple files we created the ``gitea_custom_search`` variable, that c - Create a directory with the files you want to deploy. - Point ``gitea_customize_files_path`` to this directory. *(Default ``{{ gitea_custom_search }}/gitea_files/``)* +## Requirements +This role uses only the ``ansible.builtin`` Modules and does not need any other collections to run. But to download the latest forgejo/gitea release, we use json_query. This requires jmespath to be available + +### Python Packages ++ json_query + + ## Contributing Don't hesitate to create a pull request, and when in doubt you can reach me on Mastodon [@l3d@chaos.social](https://chaos.social/@l3d). diff --git a/vars/main.yml b/vars/main.yml index 0c85289..a73b653 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -62,5 +62,5 @@ transfer_custom_footer: - 'files/gitea_footer/extra_links_footer.tmpl' - 'files/extra_links_footer.tmpl' -playbook_version_number: 42 # should be int +playbook_version_number: 44 # should be int playbook_version_path: 'do1jlr.gitea.version'