add placeholder for ansible callback plugin path var

This commit is contained in:
Chris Meyers 2015-10-12 13:36:33 -05:00
parent 1bcfc67a52
commit 4c14827f46

View File

@ -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"