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