Skip to content

Instantly share code, notes, and snippets.

@davidwalter0
Created August 28, 2017 15:08
Show Gist options
  • Save davidwalter0/60cdee203b7e5e2f7b32ffd3ebb6a2db to your computer and use it in GitHub Desktop.
Save davidwalter0/60cdee203b7e5e2f7b32ffd3ebb6a2db to your computer and use it in GitHub Desktop.
- 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