1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Merge pull request #594 from ryanpetrello/fix-sosreport-venv

fix incorrect virtualenv path for sosreport plugin
This commit is contained in:
Ryan Petrello 2017-11-29 10:07:12 -05:00 committed by GitHub
commit 91cc4689c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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