From f30ae844995fa8de7b4ed658b86f11db0c3e89d4 Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 28 Oct 2023 17:23:21 +0200 Subject: [PATCH] Adding requirements to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ab889bf..647707a 100644 --- a/README.md +++ b/README.md @@ -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.