diff --git a/templates/restic_access_Linux.j2 b/templates/restic_access_Linux.j2 index 1bfdf36..724c7ca 100644 --- a/templates/restic_access_Linux.j2 +++ b/templates/restic_access_Linux.j2 @@ -1,3 +1,4 @@ +#!/usr/bin/env bash # {{ ansible_managed }} # Backup credentials for {{ item.src|default('stdin') }} # Source this file to work with restic on this host diff --git a/templates/restic_script_Linux.j2 b/templates/restic_script_Linux.j2 index 3adb5f9..afae5cb 100644 --- a/templates/restic_script_Linux.j2 +++ b/templates/restic_script_Linux.j2 @@ -1,3 +1,4 @@ +#!/usr/bin/env bash # {{ ansible_managed }} # Backup script for {{ item.src|default('stdin') }} # Use this file to create a Backup and prune existing data with one execution.