AWX: Syncing of imported inventory file just hangs - How to debug?

Posted on

My project syncs just fine, but when I try to pull an inventory file from it as an "inventory source", it just hangs.

How can I debug this?

Here is the output from the Job:

Output: The job details are as follows:

1 2.256 INFO Updating inventory 8: POS-all.inv

2 2.273 DEBUG Using base command: python /usr/bin/ansible-inventory -i /tmp/awx_184_pmnkjr_r/project/hosts/POS/POS-all.inv --playbook-dir /tmp/awx_184_pmnkjr_r/project/hosts/POS -vvvvv

3 2.273 INFO Reading Ansible inventory source: /tmp/awx_184_pmnkjr_r/project/hosts/POS/POS-all.inv

4 2.275 INFO Using VIRTUAL_ENV: /var/lib/awx/venv/ansible

5 2.275 INFO Using PATH: /var/lib/awx/venv/ansible/bin:/var/lib/awx/venv/awx/bin:/usr/pgsql-10/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

6 2.275 INFO Using PYTHONPATH: /var/lib/awx/venv/ansible/lib/python3.6/site-packages:

Responses