mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
fix typo in comment in tools/sosreport/controller.py
This commit is contained in:
parent
3a40d5e243
commit
d3289dc688
@ -24,7 +24,7 @@ SOSREPORT_CONTROLLER_COMMANDS = [
|
||||
"ls -ll /etc/tower",
|
||||
"ls -ll /var/run/awx-receptor", # list contents of dirctory where receptor socket should be
|
||||
"ls -ll /etc/receptor",
|
||||
"receptorctl --socket /var/run/awx-receptor/receptor.sock status", # Get invormation about the status of the mesh
|
||||
"receptorctl --socket /var/run/awx-receptor/receptor.sock status", # Get information about the status of the mesh
|
||||
"umask -p", # check current umask
|
||||
]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user