mirror of
https://github.com/ansible/awx.git
synced 2026-05-06 08:57:35 -02:30
Drop /var/lib/awx/job_status listing from sosreport.
This directory is not persistently populated any more.
This commit is contained in:
@@ -16,8 +16,7 @@ SOSREPORT_TOWER_COMMANDS = [
|
|||||||
"tree -d /var/lib/awx", # show me the dirs
|
"tree -d /var/lib/awx", # show me the dirs
|
||||||
"ls -ll /var/lib/awx", # check permissions
|
"ls -ll /var/lib/awx", # check permissions
|
||||||
"ls -ll /var/lib/awx/venv", # list all venvs
|
"ls -ll /var/lib/awx/venv", # list all venvs
|
||||||
"ls -ll /etc/tower",
|
"ls -ll /etc/tower"
|
||||||
"ls -ll /var/lib/awx/job_status/"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
SOSREPORT_TOWER_DIRS = [
|
SOSREPORT_TOWER_DIRS = [
|
||||||
|
|||||||
Reference in New Issue
Block a user