From 4c14827f46ffd5ad2d01bdf7be37ed867bcbce65 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Mon, 12 Oct 2015 13:36:33 -0500 Subject: [PATCH] add placeholder for ansible callback plugin path var --- awx/settings/defaults.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awx/settings/defaults.py b/awx/settings/defaults.py index 9684479542..4dd6a017d7 100644 --- a/awx/settings/defaults.py +++ b/awx/settings/defaults.py @@ -448,6 +448,9 @@ AWX_JOB_TEMPLATE_HISTORY = 10 # The directory in which proot will create new temporary directories for its root AWX_PROOT_BASE_PATH = "/tmp" +# User definable ansible callback plugins +AWX_ANSIBLE_CALLBACK_PLUGINS = "" + # Enable Pendo on the UI, possible values are 'off', 'anonymous', and 'detailed' PENDO_TRACKING_STATE = "off"