Remove callback plugins
This change removes the callback plugins that we've been using as they seem to be getting in the way of a successful gate due to slowdowns caused by the call back action and memory consumption. Change-Id: Ic33f3f5c8c63412d940d199c3fd3a137f5e2b64d Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
30dacdf8af
commit
48eedc7f5c
@ -6,9 +6,6 @@ roles_path = /etc/ansible/roles:roles
|
||||
lookup_plugins = /etc/ansible/roles/plugins/lookup
|
||||
filter_plugins = /etc/ansible/roles/plugins/filter
|
||||
action_plugins = /etc/ansible/roles/plugins/action
|
||||
callback_plugins = /etc/ansible/roles/plugins/callback
|
||||
|
||||
callback_whitelist = ''
|
||||
|
||||
library = /etc/ansible/roles/plugins/library
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user