From 4ae8d35cc31b685578d654dc085a382ae874155b Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 17 Dec 2015 11:26:42 -0500 Subject: [PATCH] Extra docs for callback plugins manifest entry --- 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 bf650f40e5..38a57d4cdd 100644 --- a/awx/settings/defaults.py +++ b/awx/settings/defaults.py @@ -775,7 +775,7 @@ TOWER_SETTINGS_MANIFEST = { }, "AWX_ANSIBLE_CALLBACK_PLUGINS": { "name": "Ansible Callback Plugins", - "description": "Extra Callback Plugins to be used when running jobs", + "description": "Colon Seperated Paths for extra callback plugins to be used when running jobs", "default": AWX_ANSIBLE_CALLBACK_PLUGINS, "type": "string", "category": "jobs",