changed role condition to check for length

This commit is contained in:
Andy Rajagopalan
2020-04-07 22:29:28 -07:00
parent 19a2af10ae
commit 39dd1fa361

View File

@@ -36,6 +36,6 @@
- role: bitbucket_config - role: bitbucket_config
- role: product_startup - role: product_startup
- role: bitbucket_dataset_restore - role: bitbucket_dataset_restore
when: atl_bitbucket_dataset_url is defined when: atl_bitbucket_dataset_url|length > 2