From fa137a92e1084a07608a4008ec0cb891baa76774 Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Thu, 2 Jul 2026 18:28:57 +0200 Subject: Declare community.crypto dependency --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9d21794..1eab45d 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ via ansible-galaxy ```sh ansible-galaxy role install kliwniloc.borgbackup +ansible-galaxy collection install -r collections/requirements.yml ``` ```yaml @@ -38,10 +39,17 @@ ansible-galaxy role install kliwniloc.borgbackup - src: kliwniloc.borgbackup ``` +```yaml +# collections/requirements.yml +collections: + - name: community.crypto +``` + via git ```sh ansible-galaxy role install git+https://github.com/kliwniloc/ansible-role-borgbackup.git,master +ansible-galaxy collection install -r collections/requirements.yml ``` ```yaml @@ -578,7 +586,7 @@ To remove all backup configuration for a host: ## Dependencies -None. +This role requires the `community.crypto` collection for ssh key generation. ## License -- cgit v1.2.3