From 0e2e7bff2877ce64294ab70f506f4ff13eed8a27 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:59:45 -0500 Subject: [PATCH] test --- roles/lib/setup-restic.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/lib/setup-restic.yml b/roles/lib/setup-restic.yml index 31065ce..f09ed57 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -4,6 +4,8 @@ become: yes remote_user: ansible gather_facts: false + roles: + - {role: do1jlr.restic, tags: restic} vars: restic_create_schedule: true