become/su: Tell users not to include colon in customized list (#75084)

* Tell users not to include colon in customized list,  fixes #75076
pull/75256/head
Brian Coca 3 years ago committed by GitHub
parent 8ab418f41b
commit ac151e5ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -71,6 +71,8 @@ DOCUMENTATION = """
description:
- List of localized strings to match for prompt detection
- If empty we'll use the built in one
- Do NOT add a colon (:) to your custom entries. Ansible adds a colon at the end of each prompt;
if you add another one in your string, your prompt will fail with a "Timeout" error.
default: []
type: list
ini:

Loading…
Cancel
Save