Skip to content

Instantly share code, notes, and snippets.

@marceloslacerda
Created August 28, 2017 13:44
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 marceloslacerda/0660d00c26c1f7c37263cd1c2e9847c4 to your computer and use it in GitHub Desktop.
Save marceloslacerda/0660d00c26c1f7c37263cd1c2e9847c4 to your computer and use it in GitHub Desktop.
- hosts: 127.0.0.1
handlers:
- name: handler a
shell: echo this
tags:
- xtag
- name: handler b
shell: echo that
tags:
- xtag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment