mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
add placeholder for ansible callback plugin path var
This commit is contained in:
parent
1bcfc67a52
commit
4c14827f46
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user