Changed file groups to users

This commit is contained in:
tolerryan
2024-10-17 23:43:14 -05:00
parent 5c92b6157d
commit 2d90642556

View File

@@ -116,7 +116,7 @@
fi fi
owner: restic owner: restic
group: restic group: users
mode: '0644' mode: '0644'
- name: Copy discord.sh - name: Copy discord.sh
@@ -124,7 +124,7 @@
dest: /heme/restic/discord.sh dest: /heme/restic/discord.sh
content: "{{ discord_webhook }}" content: "{{ discord_webhook }}"
owner: restic owner: restic
group: restic group: users
mode: '0644' mode: '0644'
- name: Create SSH config file - name: Create SSH config file
@@ -136,6 +136,6 @@
User restic User restic
IdentityFile vm IdentityFile vm
owner: restic owner: restic
group: restic group: users
mode: '0644' mode: '0644'