From febfcf709dc2c3248a9ae86ddcb749745448ab6a Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Wed, 29 Nov 2017 09:57:41 -0500 Subject: [PATCH] fix incorrect virtualenv path for sosreport plugin --- tools/sosreport/tower.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sosreport/tower.py b/tools/sosreport/tower.py index 9ca0915509..732bcca9f7 100644 --- a/tools/sosreport/tower.py +++ b/tools/sosreport/tower.py @@ -8,7 +8,7 @@ SOSREPORT_TOWER_COMMANDS = [ "ansible --version", # ansible core version "awx-manage --version", # tower version "supervisorctl status", # tower process status - "/var/lib/awx/venv/tower/bin/pip freeze", # pip package list + "/var/lib/awx/venv/awx/bin/pip freeze", # pip package list "/var/lib/awx/venv/ansible/bin/pip freeze", # pip package list "tree -d /var/lib/awx", # show me the dirs "ls -ll /var/lib/awx", # check permissions