From 913b50b2ed07d34a20361b740a3e3add7c37f37e Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Thu, 17 Oct 2024 23:34:17 -0500 Subject: [PATCH] missing quotes --- 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 498a452..36f5aaf 100644 --- a/roles/lib/setup-restic.yml +++ b/roles/lib/setup-restic.yml @@ -122,7 +122,7 @@ - name: Copy discord.sh copy: dest: /heme/restic/discord.sh - content: {{ discord_webhook }} + content: "{{ discord_webhook }}" owner: restic group: restic mode: '0644'