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:
parent
95b189002b
commit
cd280f399e
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
csi_primary_contact: "msuchy (mirek), ttomecek"
|
||||
csi_purpose: Development machine for Logdetective
|
||||
csi_relationship: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue