Updated playbook works sample. (#51673)
<!--- Your description here --> Removed `|` from the playbook works sample. +label: docsite_pr
This commit is contained in:
parent
c56a344255
commit
9ff25c0167
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue