From cf6766d83d94eef8b01d4392d3d200322ba2f17d Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:04:07 -0500 Subject: [PATCH] test --- roles/lib/setup-restic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/lib/setup-restic.yml b/roles/lib/setup-restic.yml index b9b6e2a..dab729c 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -5,7 +5,7 @@ remote_user: ansible gather_facts: false roles: - - {role: restic, tags: restic} + - {role: roles-ansible.restic , tags: restic} vars: restic_create_schedule: true