1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-28 10:55:30 +03:00

Capture /etc/receptor in sos report

this will help with debugging so we can know what receptor's configuration was
at the time the sos report was collected
This commit is contained in:
Elijah DeLee 2021-08-30 17:04:35 -04:00
parent 6c266b47e6
commit f6d14564a2

View File

@ -27,6 +27,7 @@ SOSREPORT_CONTROLLER_COMMANDS = [
SOSREPORT_CONTROLLER_DIRS = [
"/etc/tower/",
"/etc/receptor/",
"/etc/supervisord.d/",
"/etc/nginx/",
"/var/log/tower",