Last active
May 21, 2018 14:05
-
-
Save matburt/8b8a823809389f34dba46f5df597bf0e to your computer and use it in GitHub Desktop.
pausing playbook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- 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