Some debug msgs

This commit is contained in:
Kuba Orlik 2026-06-03 22:23:14 +02:00
parent 40841b3f2a
commit 6fd074f8ec

View File

@ -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