when:'threescale_cicd_private_base_url is not defined'
when:threescale_cicd_api_backend_hostname is defined and threescale_cicd_private_base_url is not defined
- assert:
- assert:
that:
that:
- 'threescale_cicd_api_backend_scheme is defined'
- 'threescale_cicd_private_base_url is defined'
- 'threescale_cicd_api_backend_hostname is defined'
msg:'Either the private base url or the tuple backend hostname/scheme must be declared as extra variables (either threescale_cicd_private_base_url or threescale_cicd_api_backend_scheme / threescale_cicd_api_backend_hostname)'
msg:'The backend hostname and scheme must either be in the swagger or declared as extra variables (threescale_cicd_api_backend_scheme / threescale_cicd_api_backend_hostname)'