summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/handlers/included-handlers.yml
blob: 77e744023b76df4ae21d7332d4ac43d80aa19258 (plain)
1
2
3
4
5
6
---
- name: Restart xyz
  service: name=xyz state=restarted
# see Issue #165
- name: Command handler issue 165
  command: do something