mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-05 04:24:05 +08:00
set python path for logdetective
trying to address [WARNING]: Unhandled error in Python interpreter discovery for host logdetective01.fedorainfracloud.org: unexpected output from Python interpreter discovery [WARNING]: Platform unknown on host logdetective01.fedorainfracloud.org is using the discovered Python interpreter at /usr/bin/python, but future installation of another Python interpreter could change the meaning of that path. See https://docs.ansible.com/ansible-core/2.14/reference_appendices/interpreter_discovery.html for more information. fatal: [logdetective01.fedorainfracloud.org]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python"}, "changed": false, "module_stderr": "", "module_stdout": "Please login as the user \"fedora\" rather than the user \"root\".\n\n", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 142}
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
---
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
csi_primary_contact: "msuchy (mirek), ttomecek"
|
||||
csi_purpose: Development machine for Logdetective
|
||||
csi_relationship: |
|
||||
|
||||
Reference in New Issue
Block a user