|
@@ -1,11 +1,9 @@
|
|
|
---
|
|
|
- name: validate Dockerhub registry settings
|
|
|
- fail: msg="To use the dockerhub registry, you must provide the ansible_service_broker_registry_user. ansible_service_broker_registry_password, and ansible_service_broker_registry_organization parameters"
|
|
|
+ fail: msg="To use the dockerhub registry, you must provide the ansible_service_broker_registry_organization"
|
|
|
when:
|
|
|
- ansible_service_broker_registry_type == 'dockerhub'
|
|
|
- - not (ansible_service_broker_registry_user and
|
|
|
- ansible_service_broker_registry_password and
|
|
|
- ansible_service_broker_registry_organization)
|
|
|
+ - not ansible_service_broker_registry_organization
|
|
|
|
|
|
|
|
|
- name: validate RHCC registry settings
|