I have install ansible awx on ubuntu 18 but following error was found
Identity added: /tmp/awx_4_qiwXtB/credential_2 (/tmp/awx_4_qiwXtB/credential_2)
2 ansible 2.5.3
3 config file = /etc/ansible/ansible.cfg
4 configured module search path = [u’/var/lib/awx/.ansible/plugins/modules’, u’/usr/share/ansible/plugins/modules’]
5 ansible python module location = /usr/lib/python2.7/site-packages/ansible
6 executable location = /usr/bin/ansible
7 python version = 2.7.5 (default, Apr 11 2018, 07:36:10) [GCC 4.8.5 20150623 (Red Hat 4.8.5-28)]
8 Using /etc/ansible/ansible.cfg as config file
9 META: ran handlers
10 192.168.1.243 | FAILED! => {
11 “changed”: false,
12 “module_stderr”: “Connection to 192.168.1.243 closed.\r\n”,
13 “module_stdout”: “/bin/sh: 1: /usr/bin/python: not found\r\n”,
14 “msg”: “MODULE FAILURE”,
15 “rc”: 127
16 }