mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Merge pull request #10988 from ansible/more-receptor-sos
List dir where receptor socket should be
This commit is contained in:
commit
19ccfcff9a
@ -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