Skip to content

Commit cccf991

Browse files
authored
Merge pull request roles-ansible#100 from roles-ansible/DO1JLR-patch-1
Update README.md with current requirements info
2 parents bcd4987 + 05df340 commit cccf991

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,11 +353,20 @@ To deploy multiple files we created the ``gitea_custom_search`` variable, that c
353353
- Point ``gitea_customize_files_path`` to this directory. *(Default ``{{ gitea_custom_search }}/gitea_files/``)*
354354

355355
## Requirements
356-
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+
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
357357

358358
### Python Packages
359-
+ json_query
359+
+ jmespath
360360

361+
### Galaxy Collections
362+
+ community.general
363+
364+
365+
### Example Requirements Installation
366+
```
367+
ansible-galaxy install community.general
368+
pip3 install jmespath
369+
```
361370
362371
## Contributing
363372
Don't hesitate to create a pull request, and when in doubt you can reach me on

0 commit comments

Comments
 (0)