This commit is contained in:
Kuba Orlik 2026-06-03 23:44:40 +02:00
parent 2576de2e98
commit 15f3ba88f2

View File

@ -84,7 +84,7 @@
until: "command_result.rc==0 or 'repository master key and config already initialized' in command_result.stderr"
failed_when: "command_result.rc!=0 and 'repository master key and config already initialized' not in command_result.stderr"
environment:
RESTIC_REPOSITORY: "{{ restic_repository }}"
RESTIC_REPOSITORY: "{{ restic_repository_name }}"
AWS_ACCESS_KEY_ID: "{{ cloudflare_r2_access_key }}"
AWS_SECRET_ACCESS_KEY: "{{ cloudflare_r2_secret_key }}"
tags: