diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-07-02 00:55:09 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-07-02 00:55:09 -0400 |
commit | e083b30ea26e59a954085bbafbb311b10b241ad3 (patch) | |
tree | 0ed87d9d3a5c0587b1443102e5ba7882b9fa6fe4 /roles/borg | |
parent | 6a97cfb055ffc97a18432a225d7a4ecc4bc5f4c7 (diff) | |
download | oldinfra-e083b30ea26e59a954085bbafbb311b10b241ad3.tar.gz oldinfra-e083b30ea26e59a954085bbafbb311b10b241ad3.zip |
update docker-compose
Diffstat (limited to 'roles/borg')
-rw-r--r-- | roles/borg/tasks/main.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/borg/tasks/main.yml b/roles/borg/tasks/main.yml index fd3be99..694290d 100644 --- a/roles/borg/tasks/main.yml +++ b/roles/borg/tasks/main.yml @@ -18,6 +18,7 @@ borg_ssh_command: "ssh -o StrictHostKeyChecking=no -i {{ borg_ssh_key }}" borg_source_directories: "{{ base_files + (extra_files[inventory_hostname] | default([])) }}" + borgmatic_relocated_repo_access_is_ok: True borg_retention_policy: keep_hourly: 3 keep_daily: 7 |