Hotfix
This commit is contained in:
parent
2576de2e98
commit
15f3ba88f2
@ -84,7 +84,7 @@
|
|||||||
until: "command_result.rc==0 or 'repository master key and config already initialized' in command_result.stderr"
|
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"
|
failed_when: "command_result.rc!=0 and 'repository master key and config already initialized' not in command_result.stderr"
|
||||||
environment:
|
environment:
|
||||||
RESTIC_REPOSITORY: "{{ restic_repository }}"
|
RESTIC_REPOSITORY: "{{ restic_repository_name }}"
|
||||||
AWS_ACCESS_KEY_ID: "{{ cloudflare_r2_access_key }}"
|
AWS_ACCESS_KEY_ID: "{{ cloudflare_r2_access_key }}"
|
||||||
AWS_SECRET_ACCESS_KEY: "{{ cloudflare_r2_secret_key }}"
|
AWS_SECRET_ACCESS_KEY: "{{ cloudflare_r2_secret_key }}"
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user