Some debug msgs
This commit is contained in:
parent
40841b3f2a
commit
6fd074f8ec
@ -65,6 +65,11 @@
|
|||||||
secret_key: "{{ cloudflare_r2_secret_key }}"
|
secret_key: "{{ cloudflare_r2_secret_key }}"
|
||||||
when: (cloudflare_r2_endpoint | urlsplit('path') | default('')) | length > 0
|
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
|
- name: initiate restic repository
|
||||||
command: "restic init --password-file=/backup-pwd"
|
command: "restic init --password-file=/backup-pwd"
|
||||||
register: command_result
|
register: command_result
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user