From ceed692354df02e3ef0245d97cdf78f182bb6049 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Mon, 26 Jan 2026 17:28:00 +0000 Subject: [PATCH] change contact email address (#16245) Use the ansible-community@redhat.com alias as the contact email address. --- awx/settings/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/settings/defaults.py b/awx/settings/defaults.py index 63810aca8b..43ed5b9f07 100644 --- a/awx/settings/defaults.py +++ b/awx/settings/defaults.py @@ -1027,7 +1027,7 @@ SPECTACULAR_SETTINGS = { 'SCHEMA_PATH_PREFIX': r'/api/v[0-9]', 'DEFAULT_GENERATOR_CLASS': 'drf_spectacular.generators.SchemaGenerator', 'SCHEMA_COERCE_PATH_PK_SUFFIX': True, - 'CONTACT': {'email': 'controller-eng@redhat.com'}, + 'CONTACT': {'email': 'ansible-community@redhat.com'}, 'LICENSE': {'name': 'Apache License'}, 'TERMS_OF_SERVICE': 'https://www.google.com/policies/terms/', # Use our custom schema class that handles swagger_topic and deprecated views