diff options
Diffstat (limited to 'tasks')
| -rw-r--r-- | tasks/client_create_scripts_each.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/client_create_scripts_each.yml b/tasks/client_create_scripts_each.yml index 8e01174..b91c385 100644 --- a/tasks/client_create_scripts_each.yml +++ b/tasks/client_create_scripts_each.yml @@ -21,7 +21,7 @@ - name: Insert Backup job block into scripts ansible.builtin.blockinfile: path: "{{ script_location }}" - marker: "## {mark} ANSIBLE MANAGED BLOCK for server: {{ borg_server_host_url }}" + marker: "## {mark} ANSIBLE MANAGED BLOCK for {{ borg_server_host_url }}/{{ borg_repo_name }}" block: | export BORG_PASSPHRASE={{ borg_passphrase | quote }} borg create -C {{ borg_compression }} \ |