Skip to content

Commit 3b2b3a4

Browse files
committed
update version and list required python packages
1 parent cd85389 commit 3b2b3a4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,13 @@ To deploy multiple files we created the ``gitea_custom_search`` variable, that c
351351
- Create a directory with the files you want to deploy.
352352
- Point ``gitea_customize_files_path`` to this directory. *(Default ``{{ gitea_custom_search }}/gitea_files/``)*
353353

354+
## Requirements
355+
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
356+
357+
### Python Packages
358+
+ json_query
359+
360+
354361
## Contributing
355362
Don't hesitate to create a pull request, and when in doubt you can reach me on
356363
Mastodon [@[email protected]](https://chaos.social/@l3d).

vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ transfer_custom_footer:
6262
- 'files/gitea_footer/extra_links_footer.tmpl'
6363
- 'files/extra_links_footer.tmpl'
6464

65-
playbook_version_number: 42 # should be int
65+
playbook_version_number: 44 # should be int
6666
playbook_version_path: 'do1jlr.gitea.version'

0 commit comments

Comments
 (0)