mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
fixed bad paren in connection plugin
This commit is contained in:
@@ -246,7 +246,7 @@ class Connection(object):
|
|||||||
|
|
||||||
if success_key in become_output or \
|
if success_key in become_output or \
|
||||||
(prompt and become_output.endswith(prompt)) or \
|
(prompt and become_output.endswith(prompt)) or \
|
||||||
utils.su_prompts.check_su_prompt(become_output)):
|
utils.su_prompts.check_su_prompt(become_output):
|
||||||
break
|
break
|
||||||
chunk = chan.recv(bufsize)
|
chunk = chan.recv(bufsize)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user