DCD-1190: Expect a space-delimited list of properties from the quickstart.

This commit is contained in:
Steve Smith
2021-01-19 10:47:36 +11:00
parent b97ef5e08c
commit c59d3525ab
4 changed files with 12 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
---
atl_bitbucket_license_key: "{{ lookup('env', 'ATL_BB_LICENSEKEY') }}"
atl_bitbucket_properties: "{{ lookup('env', 'ATL_BITBUCKET_PROPERTIES') }}"
atl_bitbucket_properties_raw: "{{ lookup('env', 'ATL_BITBUCKET_PROPERTIES') }}"
atl_bitbucket_properties: "{{ atl_bitbucket_properties_raw.split(' ') | reject('equalto', '') | list }}"