mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 20:54:24 -07:00
adjustment from review
This commit is contained in:
parent
2727c1634d
commit
62be7a2a7b
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ options:
|
||||||
question.
|
question.
|
||||||
- Prompts are processed in the same order as the packages list.
|
- Prompts are processed in the same order as the packages list.
|
||||||
- You can optionally specify an answer to any question in the list.
|
- You can optionally specify an answer to any question in the list.
|
||||||
- If no answer is provided, the list item contains only the regular expression.
|
- If no answer is provided, the list item must contain only the regular expression.
|
||||||
- "To specify an answer, the item is a dict with the regular expression as key and the answer as value C(my_regular_expression:
|
- "To specify an answer, the item must be a dictionary with the regular expression as key and the answer as value C(my_regular_expression:
|
||||||
'an_answer')."
|
'an_answer')."
|
||||||
- You can provide a list containing items with or without answer.
|
- You can provide a list containing items with or without answer.
|
||||||
- A prompt list can be shorter or longer than the packages list but it issues a warning.
|
- A prompt list can be shorter or longer than the packages list but it issues a warning.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue