diff --git a/tasks/main.yml b/tasks/main.yml index f89aeaa..e774c66 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -65,6 +65,11 @@ secret_key: "{{ cloudflare_r2_secret_key }}" when: (cloudflare_r2_endpoint | urlsplit('path') | default('')) | length > 0 +- debug: + msg: + - "endpoint={{ cloudflare_r2_endpoint }}" + - "path={{ cloudflare_r2_endpoint | urlsplit('path') }}" + - name: initiate restic repository command: "restic init --password-file=/backup-pwd" register: command_result