The RPM expects the permissions on /dev/pts (the directory, not the devices inside it) to be 775. However when it's mounted, the permissions get changed to 755. I haven't figured out a way to stop mount from changing the directory permissions.
you don't want mount to not change the permissions; it's a security thing. (look in your /etc/fstab for where it gets changed.) The permissions on the dir otherwise will be fixed in the next dev release.
Commit pushed to master at https://github.com/openshift/openshift-ansible https://github.com/openshift/openshift-ansible/commit/6727bf7e98306dd841033d9900200647ab4a8ac3 Merge pull request #4085 from ewolinetz/pick_issue4083 Merged by openshift-bot