mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 14:36:00 -03:30
Remove statsd from callback
This doesn't work with our current virtualenv setup and ansible dependencies. Will revisit later
This commit is contained in:
@@ -344,7 +344,6 @@ class BaseCallbackModule(object):
|
|||||||
task=result._task)
|
task=result._task)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
@statsd.timer('terminate_ssh_control_masters')
|
|
||||||
def terminate_ssh_control_masters():
|
def terminate_ssh_control_masters():
|
||||||
# Determine if control persist is being used and if any open sockets
|
# Determine if control persist is being used and if any open sockets
|
||||||
# exist after running the playbook.
|
# exist after running the playbook.
|
||||||
|
|||||||
Reference in New Issue
Block a user