From c305316ec4b6f91243c8396ae8b703263a21a594 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Mon, 23 Aug 2021 14:29:43 +0200 Subject: [PATCH] add restic as a dependency --- requirements.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.yml b/requirements.yml index 78741af..4c95191 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,3 +1,6 @@ roles: - src: https://git.2li.ch/ansible/common.git scm: git +roles: + - src: https://git.2li.ch/ansible/restic.git + scm: git