Fix for finding hidden files
This commit is contained in:
parent
07d9637e9b
commit
5bd16afc90
@ -149,6 +149,7 @@
|
|||||||
- name: Find all .env files
|
- name: Find all .env files
|
||||||
ansible.builtin.find:
|
ansible.builtin.find:
|
||||||
paths: "/root/infrastructure-compose"
|
paths: "/root/infrastructure-compose"
|
||||||
|
hidden: true
|
||||||
patterns: ".*.env"
|
patterns: ".*.env"
|
||||||
when: infra_compose_stat.stat.exists
|
when: infra_compose_stat.stat.exists
|
||||||
register: all_env_files
|
register: all_env_files
|
||||||
|
Loading…
Reference in New Issue
Block a user