1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_gopass.git synced 2024-09-14 20:06:42 +02:00

Adding requirements to README

This commit is contained in:
L3D 2023-10-28 17:23:21 +02:00
parent 9f56809bc5
commit f30ae84499
No known key found for this signature in database
GPG key ID: AD65B920933B4B20

View file

@ -17,5 +17,12 @@ This role will only install the gopass passwordmanager. You have to configure an
| ``gopass__install_zbar_tools`` | ``true`` | Install optional zbar tooling to read qrcodes |
| ``submodules_versioncheck`` | ``false`` | Run optional versionscheck to prevent old versions of tis ansible |
## Requirements
The ``community.general`` collection is required for some parts of this ansible role.
You can install it with this command:
```bash
ansible-galaxy collection install -r requirements.yml --upgrade
```
## Contributing
Please feel free to open a issue. Or suggest changes and improvements via Pull-Request. I will be happy to have a look at it.