How can we execute shell script passing parameters using ansible?

Eg:
execute test.sh <param1> <param2> <param3>
==

Can we use shell module and pass parameters?What is the best approach?
- name: Execute script
  shell: test.sh a b c
==

Please suggest.

-Vinay


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/11383542-041d-48ab-95d3-e261dcfda40d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to