mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
List dir where receptor socket should be
This is for adding more info to the sos report
This commit is contained in:
parent
dc4b014d12
commit
ac40449d6e
@ -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
|
||||
]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user