ansible-labs/110.Prompt/110.Prompt.md

15 lines
377 B
Markdown

# 11 - Prompt
This exercise makes you create a playbook that prompt the user for a value.
## Playbook Creation
Create a playbook following the given specs:
* Run on localhost
* Prompt the user for a value
* Use the debug module to print back the value
## Validation
The playbook should run and print the typed value.
There is a working playbook in `solution/solution.yml`.