I have a very basic playbook that simply runs a script using the shell module on the target remote host.
In the output it however fails stating python interpreter not found.
Installing python on each target is not the solution I can pursue.
Is it possible to use my Ansible automation to run the playbook and execute the script using shell module without having python dependency?