add regex to validate dataset URL

This commit is contained in:
Andy Rajagopalan
2020-04-14 15:30:06 -07:00
parent 39dd1fa361
commit 21c91fe234

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|length > 2 when: atl_bitbucket_dataset_url is search ("(http|https|ftp)://[user[:pass]]@host.domain[:port]/path")