how to pass script arguments in ansible

I am trying to install rkhunter rpm file using ansible,unable to pass the arguments for the below commands

sh installer.sh –layout /usr/local –install
rkhunter –update
rkhunter –propupd
rkhunter -c -sk

Tried command, shell, script modules in Ansible and tried to pass using vars but unable to install it. Need your help to install