From 6fd074f8ecdcfe9da1007a2d03fa3ab4e06db48b Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Wed, 3 Jun 2026 22:23:14 +0200 Subject: [PATCH] Some debug msgs --- tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) 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