fix clean.yml, env_vars in 'Make config variables lowercase'

This commit is contained in:
Symanovich Siarhei 2019-08-08 13:05:11 +03:00
parent fdcf6efc56
commit 338f05ab29
2 changed files with 3 additions and 3 deletions

View File

@ -12,5 +12,5 @@
- "roles/main_infra/files/backend.tfvars"
- "roles/main_infra/files/terraform.tfplan"
- "log.txt"
- "blockscout-*"
- "/tmp/files-*"
- "/tmp/blockscout-{{ group_names[0] }}-{{ chain }}"
- "/tmp/files-{{ group_names[0] }}"

View File

@ -80,7 +80,7 @@
set_fact:
lower_env: "{{ lower_env | combine ({item.key|lower : item.value}) }}"
with_dict: "{{ env_vars }}"
when: env_vars|length > 0
when: env_vars is defined
vars:
lower_env: {}
tags: