From 2d90642556460e3ffa0ef61e446928d545862bc1 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Thu, 17 Oct 2024 23:43:14 -0500 Subject: [PATCH] Changed file groups to users --- roles/lib/setup-restic.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/lib/setup-restic.yml b/roles/lib/setup-restic.yml index c6ac00b..7c9e019 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -116,7 +116,7 @@ fi owner: restic - group: restic + group: users mode: '0644' - name: Copy discord.sh @@ -124,7 +124,7 @@ dest: /heme/restic/discord.sh content: "{{ discord_webhook }}" owner: restic - group: restic + group: users mode: '0644' - name: Create SSH config file @@ -136,6 +136,6 @@ User restic IdentityFile vm owner: restic - group: restic + group: users mode: '0644'