diff options
| author | Colin Wilk <colin.wilk@tum.de> | 2023-11-26 20:47:46 +0100 |
|---|---|---|
| committer | Colin Wilk <colin.wilk@tum.de> | 2023-11-26 20:47:46 +0100 |
| commit | b85621b4efa340575c8023db468d306fbb2421e0 (patch) | |
| tree | abde103b991553375c1a3b53afc16339acd93bf1 /README.md | |
| parent | 10cbd4eb25b8b1a85bb88db00c2eb017d7691623 (diff) | |
| download | ansible-role-borgbackup-1.0.2.tar.gz ansible-role-borgbackup-1.0.2.zip | |
Fix correct branch in READMEv1.0.2
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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,main +ansible-galaxy collection install git+https://github.com/kliwniloc/ansible-role-borgbackup.git,master ``` ```yaml |