|
@@ -40,8 +40,8 @@
|
|
|
when: openshift_use_calico | default(false) | bool and openshift_use_contiv | default(false) | bool
|
|
|
|
|
|
- fail:
|
|
|
- msg: openshift_hostname must be 64 characters or less
|
|
|
- when: openshift_hostname is defined and openshift_hostname | length > 64
|
|
|
+ msg: openshift_hostname must be 63 characters or less
|
|
|
+ when: openshift_hostname is defined and openshift_hostname | length > 63
|
|
|
|
|
|
- name: Set common Cluster facts
|
|
|
openshift_facts:
|