From 9ff25c0167943ee7f9abd0f1fa44d5ac804b7ece Mon Sep 17 00:00:00 2001 From: Sayed Anisul Hoque Date: Mon, 11 Mar 2019 23:12:05 +0100 Subject: [PATCH] Updated playbook works sample. (#51673) Removed `|` from the playbook works sample. +label: docsite_pr --- lib/ansible/modules/commands/telnet.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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