str-common-init : Gather facts uses python when running playbook on RHEL-8
TASK [str-common-init : Add test-runner to ansible inventory] ***************************************************************************************************************************************************** changed: [localhost] TASK [str-common-init : Gather facts] ***************************************************************************************************************************************************************************** fatal: [localhost -> test-runner]: FAILED! => {"changed": false, "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} to retry, use: --limit @/root/tests.retry
ansible 2.7.6
If I run ansible localhost, -m setup it works.
ansible localhost, -m setup
Could it be that was related to:
https://pagure.io/standard-test-roles/c/970db7f278ecaf301382e41baee6fc1c00a175ed?branch=master https://pagure.io/standard-test-roles/c/a72692c5fc8626434261c0234a6935a7b2379969?branch=master
?
Anyway, I cannot reproduce this. Let's close. @bgoncalv ack?
feel free to close it, it was probably fixed on https://pagure.io/standard-test-roles/pull-request/317
Metadata Update from @astepano: - Issue close_status updated to: SOLVED - Issue status updated to: Closed (was: Open)