Wait function between Roles

Hi

Not sure if you able to assist with this question, but is it at all possible to setup a ‘wait’ function between roles in a playbook?

So if I have the following playbook:

Hi Mark

you can add a pause task - see http://docs.ansible.com/ansible/pause_module.html

It might suit your needs in this case to put it into a role so you can pass in an appropriate pause

All the best,

Jon