Skip to content

Commit 67e1286

Browse files
remove redundant code
Signed-off-by: rohitthakur2590 <[email protected]>
1 parent dfaf645 commit 67e1286

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
bugfixes:
3-
- Correctly supply the provided variables(remote server,host,port) addr as part of options to persistent connection.
3+
- Properly pass the provided variables (remote server, host, port) as options to the persistent connection.

plugins/connection/persistent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def run(self):
7373
host=self._play_context.remote_addr,
7474
)
7575
options = self.get_options()
76-
options["ansible_command_timeout"] = self.get_option("persistent_command_timeout")
7776
for option in self._options.keys():
7877
options[option] = self.get_option(option)
7978
socket_path = start_connection(self._play_context, options, self._task_uuid)

0 commit comments

Comments
 (0)