mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
Update README.md with current requirements info
Signed-off-by: L3D <l3d@c3woc.de>
This commit is contained in:
parent
bcd4987a51
commit
05df3404c7
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -353,11 +353,20 @@ To deploy multiple files we created the ``gitea_custom_search`` variable, that c
|
|||
- 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
|
||||
This role uses the ``ansible.builtin`` amd ``community.general`` Ansible Collections. Ant to download the latest forgejo/gitea release, we use json_query. This requires ``jmespath`` to be available
|
||||
|
||||
### Python Packages
|
||||
+ json_query
|
||||
+ jmespath
|
||||
|
||||
### Galaxy Collections
|
||||
+ community.general
|
||||
|
||||
|
||||
### Example Requirements Installation
|
||||
```
|
||||
ansible-galaxy install community.general
|
||||
pip3 install jmespath
|
||||
```
|
||||
|
||||
## Contributing
|
||||
Don't hesitate to create a pull request, and when in doubt you can reach me on
|
||||
|
|
Loading…
Reference in a new issue