aboutsummaryrefslogtreecommitdiff
path: root/handlers/main.yml
blob: 1c4a4e570c8f771cac1cb6cda13b44071a9ee683 (plain)
1
2
3
4
5
6
7
8
---
# handlers for ansible role: certreq

- name: handler for XYZ app
  debug: 
    msg: "You called this handler!"

...
bgstack15