diff options
author | B Stack <bgstack15@gmail.com> | 2017-12-06 06:51:36 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2017-12-06 06:51:36 -0500 |
commit | 7e5a76e7996ebcba36536c8fecd31a95280f3417 (patch) | |
tree | 87112b13f82013a751f34868d3aefd7dbd657329 /handlers | |
download | certreq-7e5a76e7996ebcba36536c8fecd31a95280f3417.tar.gz certreq-7e5a76e7996ebcba36536c8fecd31a95280f3417.tar.bz2 certreq-7e5a76e7996ebcba36536c8fecd31a95280f3417.zip |
Initial commit
Diffstat (limited to 'handlers')
-rw-r--r-- | handlers/main.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/handlers/main.yml b/handlers/main.yml new file mode 100644 index 0000000..1c4a4e5 --- /dev/null +++ b/handlers/main.yml @@ -0,0 +1,8 @@ +--- +# handlers for ansible role: certreq + +- name: handler for XYZ app + debug: + msg: "You called this handler!" + +... |