A little debugging
This commit is contained in:
parent
104cc97f96
commit
ddf60af4c2
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user