Skip to content

Instantly share code, notes, and snippets.

@bcoca
Created April 20, 2016 14:13
Show Gist options
  • Save bcoca/6052fb84fa1a0d3f033ad5050f95fa11 to your computer and use it in GitHub Desktop.
Save bcoca/6052fb84fa1a0d3f033ad5050f95fa11 to your computer and use it in GitHub Desktop.
- hosts: locals
gather_facts: false
strategy: free
tasks:
- debug: msg={{wait}}
- wait_for: timeout={{wait}}
- debug: msg={{wait}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment