summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ansible-connection4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/ansible-connection b/bin/ansible-connection
index 43b3675a21..09656a5541 100755
--- a/bin/ansible-connection
+++ b/bin/ansible-connection
@@ -105,10 +105,6 @@ class ConnectionProcess(object):
self.connection.set_options(var_options=variables)
self.connection._connect()
- # implementation plugins are updated while connection initialization
- if hasattr(self.connection, 'set_implementation_plugin_options'):
- self.connection.set_implementation_plugin_options(var_options=variables)
-
self.connection._socket_path = self.socket_path
self.srv.register(self.connection)
messages.extend(sys.stdout.getvalue().splitlines())