Merge pull request #10988 from ansible/more-receptor-sos

List dir where receptor socket should be
This commit is contained in:
Elijah DeLee
2021-09-08 10:43:48 -04:00
committed by GitHub

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
]