1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update docs for telnet module (#35257)

This commit is contained in:
Ken Celenza 2018-01-24 02:33:47 -05:00 committed by John R Barker
parent 0b30c42902
commit 669a86174f

View file

@ -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