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