Skip to content

Instantly share code, notes, and snippets.

@yeukhon
Created May 28, 2013 03:56
Show Gist options
  • Select an option

  • Save yeukhon/5660432 to your computer and use it in GitHub Desktop.

Select an option

Save yeukhon/5660432 to your computer and use it in GitHub Desktop.
#setup.yml
- hosts: webservers
tasks:
- pause: seconds=1
- include: tests.yml
# tests.yml
- hosts: $inventory_hostname
tasks:
- pause: seconds=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment