I had an Engineer attempt to install OpenShift via Ansible playbooks.
The package that showed up as available was 3.7.1.
The playbook installation failed with an error
Error was a <class 'ansible.errors.AnsibleError'>, original message: Unknown short_version 3.10"
The following investigation showed this:
oc version
oc v3.10.0-alpha.0+0a2d6a1-65
kubernetes v1.9.1+a0ce1bc657
features: Basic-Auth GSSAPI Kerberos SPNEGO
The oc binary shows it belongs to the 3.7.1 origin-clients package and the package verifies.