Yum update with ansible

How can I update a Redhat or Centos Server using yum module keeping the release version ?

In my tests with update * the server goes from 6.5 to 6.8 relase, when I want to keep in the 6.5 relase.

In the command line in normal way we execute yum releasever=6.5 update