ansible play getting failed due to sudo issue

Issue -

[sysadm@ccldevcftsebs1 ~]$ sudo yum repolist -v
[sudo] password for sysadm:

User part of wheel group and still its asking password ,any idea to fix it ?

[sysadm@ccldevcftsebs1 ~]$ id sysadm
uid=504(sysadm) gid=100(users) groups=10(wheel),100(users)

play -

I think that is normal behaviour with sudo.

Unless you specifically configure a to use sudo without password.

Check doc about SUDO
Rodolfo