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: