I want to run a Python script from inside of an ansible playbook, with input arguments. How do I do it?
I tried command
, but it doesn't seem to take any input arguments.
I also tried script
, but it seems to be considering only bash scripts.
PS: I am taking in the input arguments as --extra-vars
.