ansible-labs/100.Prompt/100.Prompt.md

14 lines
377 B
Markdown

# 10 - 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`.