Merge pull request #1425 from wenottingham/out-with-the-stdout

Drop /var/lib/awx/job_status listing from sosreport.
This commit is contained in:
Bill Nottingham 2018-04-19 11:10:21 -04:00 committed by GitHub
commit dd6527288f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,8 +16,7 @@ SOSREPORT_TOWER_COMMANDS = [
"tree -d /var/lib/awx", # show me the dirs
"ls -ll /var/lib/awx", # check permissions
"ls -ll /var/lib/awx/venv", # list all venvs
"ls -ll /etc/tower",
"ls -ll /var/lib/awx/job_status/"
"ls -ll /etc/tower"
]
SOSREPORT_TOWER_DIRS = [