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 }}"