diff --git a/lib/ansible/modules/commands/telnet.py b/lib/ansible/modules/commands/telnet.py index f0dcc7b37f7..04078a081ed 100644 --- a/lib/ansible/modules/commands/telnet.py +++ b/lib/ansible/modules/commands/telnet.py @@ -85,7 +85,7 @@ EXAMPLES = ''' password: cisco login_prompt: "Username: " prompts: - - "[>|#]" + - "[>#]" command: - terminal length 0 - configure terminal @@ -97,7 +97,7 @@ EXAMPLES = ''' password: cisco login_prompt: "Username: " prompts: - - "[>|#]" + - "[>#]" command: - terminal length 0 - show version