Skip to content

Commit 1c27d65

Browse files
authored
Update README.md
Signed-off-by: L3D <[email protected]>
1 parent cccf991 commit 1c27d65

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -353,29 +353,29 @@ 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 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
356+
This role uses the ``ansible.builtin`` and ``community.general`` ansible Collections. To download the latest forgejo/gitea release we use json_query. This requires ``jmespath`` to be available.
357357

358-
### Python Packages
358+
### Python packages
359359
+ jmespath
360360

361361
### Galaxy Collections
362362
+ community.general
363363

364364

365-
### Example Requirements Installation
365+
### Example requirements Installation
366366
```
367367
ansible-galaxy install community.general
368368
pip3 install jmespath
369369
```
370370
371-
## Contributing
372-
Don't hesitate to create a pull request, and when in doubt you can reach me on
371+
## Contribute
372+
Don't hesitate to create a pull request, and if in doubt you can reach me at
373373
Mastodon [@[email protected]](https://chaos.social/@l3d).
374374
375-
I'm happy to fix any issue that's been opened, or even better, review your pull requests :)
375+
I'll be happy to fix any issues you raise, or even better, review your pull requests :)
376376
377377
## Testing
378-
There are some tests that will validate linting. A good testing CI Pipeline that will work withe the used systemd commands is still needed.
378+
There are some tests that will validate the linting. A good test CI pipeline that works with the systemd commands used is still needed.
379379
380380
| test status | Github Marketplace |
381381
| :--------- | :---------------- |

0 commit comments

Comments
 (0)