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'