diff options
| author | Colin Wilk <colin.wilk@tum.de> | 2024-05-11 20:51:01 +0200 |
|---|---|---|
| committer | Colin Wilk <colin.wilk@tum.de> | 2024-05-11 20:51:01 +0200 |
| commit | 2c93ccbb97251a57dd59449ac799cc2541c4b239 (patch) | |
| tree | 6627eea1801db1db35a656182f07c9fc42fcbc4a /README.md | |
| parent | b85621b4efa340575c8023db468d306fbb2421e0 (diff) | |
| download | ansible-role-borgbackup-2c93ccbb97251a57dd59449ac799cc2541c4b239.tar.gz ansible-role-borgbackup-2c93ccbb97251a57dd59449ac799cc2541c4b239.zip | |
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ Installation via ansible-galaxy ```sh -ansible-galaxy collection install kliwniloc.borgbackup +ansible-galaxy role install kliwniloc.borgbackup ``` ```yaml @@ -44,7 +44,7 @@ ansible-galaxy collection install kliwniloc.borgbackup via git ```sh -ansible-galaxy collection install git+https://github.com/kliwniloc/ansible-role-borgbackup.git,master +ansible-galaxy role install git+https://github.com/kliwniloc/ansible-role-borgbackup.git,master ``` ```yaml |