Problem scenario
You try to run an Ansible playbook, but you get this problem:
“module_stderr…Shared connection to server closed. [Errno 13] Permission denied…MODULE FAILURE”
How do you fix it?
Solution
Is the Ansible playbook configuring the mode settings to not allow other users to execute the file? It could be that lower in the Ansible playbook, after the file is protected from other users executing it,
…