Disable ControlPersist for ad hoc commands, should avoid any issues with proot or needing to clean up sockets afterwards.

This commit is contained in:
Chris Church
2015-04-09 10:32:14 -04:00
parent 3f8ab73733
commit 8beed7f409
2 changed files with 3 additions and 8 deletions

View File

@@ -458,8 +458,6 @@ class AdHocCommandCallbackModule(BaseCallbackModule):
Callback module for logging ansible ad hoc events via ZMQ or the REST API.
'''
# FIXME: Clean up lingering control persist sockets.
def __init__(self):
self.ad_hoc_command_id = int(os.getenv('AD_HOC_COMMAND_ID', '0'))
self.rest_api_path = '/api/v1/ad_hoc_commands/%d/events/' % self.ad_hoc_command_id