Drop /var/lib/awx/job_status listing from sosreport.

This directory is not persistently populated any more.
This commit is contained in:
Bill Nottingham 2018-04-19 10:47:45 -04:00
parent 1fc6a34e62
commit ea9278a3ea

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 = [