# STDOUT: ---v---v---v---v---v--- Using /etc/ansible/ansible.cfg as config file PLAY [Ensure that the role runs with default parameters] *********************** TASK [Gathering Facts] ********************************************************* Tuesday 28 November 2023 13:44:49 +0000 (0:00:00.017) 0:00:00.017 ****** fatal: [sut]: FAILED! => { "ansible_facts": {}, "changed": false, "failed_modules": { "setup": { "failed": true, "module_stderr": "/bin/sh: /usr/bin/python: No such file or directory\n", "module_stdout": "", "msg": "The module failed to execute correctly, you probably need to set the interpreter.\nSee stdout/stderr for the exact error", "rc": 127 } } } MSG: The following modules failed to execute: setup to retry, use: --limit @/tmp/tests_second.retry PLAY RECAP ********************************************************************* sut : ok=0 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 Tuesday 28 November 2023 13:44:49 +0000 (0:00:00.208) 0:00:00.225 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 0.21s ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---