From 15f3ba88f29a9511a31d7ae98c094b8318480111 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Wed, 3 Jun 2026 23:44:40 +0200 Subject: [PATCH] Hotfix --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index f084566..d1abd79 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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: