allowing the display name to be overridden by an environment variable

This commit is contained in:
Geoff Jacobs
2022-11-11 15:08:32 +11:00
parent 80074ada77
commit 51fa46a4f8
2 changed files with 2 additions and 1 deletions

View File

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