Skip to content

Instantly share code, notes, and snippets.

@matburt
Last active May 21, 2018 14:05
Show Gist options
  • 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