mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Update docs for telnet module (#35257)
This commit is contained in:
committed by
John R Barker
parent
0b30c42902
commit
669a86174f
@@ -49,6 +49,16 @@ options:
|
||||
- List of prompts expected before sending next command
|
||||
required: False
|
||||
default: ['$']
|
||||
login_prompt:
|
||||
description:
|
||||
- Login or username prompt to expect
|
||||
required: False
|
||||
default: 'login: '
|
||||
password_prompt:
|
||||
description:
|
||||
- Login or username prompt to expect
|
||||
required: False
|
||||
default: 'Password: '
|
||||
pause:
|
||||
description:
|
||||
- Seconds to pause between each command issued
|
||||
|
||||
Reference in New Issue
Block a user