Skip to content

Instantly share code, notes, and snippets.

@matburt
Last active May 21, 2018 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matburt/8b8a823809389f34dba46f5df597bf0e to your computer and use it in GitHub Desktop.
Save matburt/8b8a823809389f34dba46f5df597bf0e to your computer and use it in GitHub Desktop.
pausing playbook
---
- name: Test play 1
hosts: all
tasks:
- shell: sleep 60
- shell: sleep 60
- name: Test play 2
hosts: all
tasks:
- shell: sleep 60
- shell: sleep 60
---
- name: Test play 1
hosts: all
tasks:
- shell: sleep 60
- shell: sleep 60
- name: Test play 2
hosts: all
tasks:
- shell: sleep 60
- shell: sleep 60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment