List dir where receptor socket should be

This is for adding more info to the sos report
This commit is contained in:
Elijah DeLee 2021-08-31 12:52:34 -04:00 committed by GitHub
parent dc4b014d12
commit ac40449d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@ SOSREPORT_CONTROLLER_COMMANDS = [
"ls -ll /var/lib/awx", # check permissions
"ls -ll /var/lib/awx/venv", # list all venvs
"ls -ll /etc/tower",
"ls -ll /var/run/awx-receptor", # list contents of dirctory where receptor socket should be
"ls -ll /etc/receptor",
"umask -p", # check current umask
]