how to execute shell script passing parameters

How can we execute shell script passing parameters using ansible?

Eg:
execute test.sh

Hi Vinay,

Yes, you can just use the shell, command, or script modules to execute your command just the way you would from the command line.