I\'m trying to run a python script from an ansible script. I would think this would be an easy thing to do, but I can\'t figure it out. I\'ve got a project structure like th
try to use script directive, it works for me
my main.yml
--- - name: execute install script script: get-pip.py
and get-pip.py file should be in files in the same role