Merge "Fix bare variable warning"

This commit is contained in:
Zuul 2021-01-24 17:58:08 +00:00 committed by Gerrit Code Review
commit 31a5b3cda5
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
find:
paths: "{{ environment_directories | tht_abspath(ignore_error=true) }}"
patterns: '*.yaml'
when: environment_directories
when: environment_directories|list|length > 0
register: out_env_files
- name: Build environment_files
set_fact: