1
1
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gitea.git synced 2024-08-16 11:39:50 +02:00

update version and list required python packages

This commit is contained in:
L3D 2023-03-21 21:05:14 +01:00
parent cd8538901b
commit 3b2b3a436f
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 8 additions and 1 deletions

View file

@ -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).

View file

@ -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'