From 5c92b6157dfa9ee7d5b6b91cc7cd2518f7bc7d5d Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Thu, 17 Oct 2024 23:35:23 -0500 Subject: [PATCH] fixed group --- 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 36f5aaf..c6ac00b 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -24,7 +24,7 @@ user: name: restic uid: 2001 - group: user + group: users state: present create_home: yes home: /home/restic