From ddf60af4c29c468fafa547c89b41530d5cc45ac3 Mon Sep 17 00:00:00 2001 From: Bradley Bickford Date: Mon, 25 Aug 2025 20:48:04 -0400 Subject: [PATCH] A little debugging --- playbooks/backup_protocol.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/backup_protocol.yml b/playbooks/backup_protocol.yml index c3d7fdc..7c793e9 100644 --- a/playbooks/backup_protocol.yml +++ b/playbooks/backup_protocol.yml @@ -157,6 +157,10 @@ - name: .env Backup block when: infra_compose_stat.stat.exists and all_env_files.files is defined and all_env_files.files | length != 0 block: + - name: Show file list + ansible.builtin.debug: + var: all_env_files.files + - name: Archive .env files community.general.archive: path: "{{ all_env_files.files }}"