summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/roles/template_handler_names/handlers/main.yml
blob: bf8ca851401ba72afa848a8388e95e73ccdbbca8 (plain)
1
2
3
4
5
- name: handler name with {{ test_var }}
  debug: msg='handler with var ran'

- name: handler name
  debug: msg='handler ran'