|
@@ -115,7 +115,7 @@
|
|
|
|
|
|
post_tasks:
|
|
|
# Do not perform these tasks when the registry is insecure. The default registry is insecure in openshift_hosted/defaults/main.yml
|
|
|
- - when: not (openshift_docker_hosted_registry_insecure | default(True))
|
|
|
+ - when: not (openshift_docker_hosted_registry_insecure | default(False))
|
|
|
block:
|
|
|
# we need to migrate customers to the new pattern of pushing to the registry via dns
|
|
|
# Step 1: verify the certificates have the docker registry service name
|