pause ansible playbook for user confirmation, whether to run rest tasks
The pause module actually does exactly that. But it does not give you an option to answer yes or no. Instead it expects the user to press Ctrl+C and then a for abort. To continue the user simply needs to press Enter. Since this is not perfectly obvious to the user you can describe it … Read more