Created
August 28, 2017 15:08
-
-
Save davidwalter0/60cdee203b7e5e2f7b32ffd3ebb6a2db to your computer and use it in GitHub Desktop.
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: Ping David to fix config | |
delegate_to: localhost | |
shell: | | |
. ${HOME}/bin/sms.environment | |
${HOME}/bin/send.$(uname -s|tr [A-Z] [a-z]) "status update from app..." | |
- name: Pause for config | |
pause: | |
seconds: 120 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment