A little debugging

This commit is contained in:
Bradley Bickford 2025-08-25 20:48:04 -04:00
parent 104cc97f96
commit ddf60af4c2

View File

@ -157,6 +157,10 @@
- name: .env Backup block - name: .env Backup block
when: infra_compose_stat.stat.exists and all_env_files.files is defined and all_env_files.files | length != 0 when: infra_compose_stat.stat.exists and all_env_files.files is defined and all_env_files.files | length != 0
block: block:
- name: Show file list
ansible.builtin.debug:
var: all_env_files.files
- name: Archive .env files - name: Archive .env files
community.general.archive: community.general.archive:
path: "{{ all_env_files.files }}" path: "{{ all_env_files.files }}"