summaryrefslogtreecommitdiffstats
path: root/callback_plugins
diff options
context:
space:
mode:
authorSeth Vidal <skvidal@fedoraproject.org>2013-07-03 17:05:07 +0000
committerSeth Vidal <skvidal@fedoraproject.org>2013-07-03 17:05:25 +0000
commitd6d35dea64ab15a254e009ec9248bb53e1c16c3d (patch)
tree1d3146a72f8abe8a812fe261b6ca82ba65fd01ad /callback_plugins
parenta807f273836991f7b0466752a17d70ec65658015 (diff)
downloadansible-d6d35dea64ab15a254e009ec9248bb53e1c16c3d.tar.gz
ansible-d6d35dea64ab15a254e009ec9248bb53e1c16c3d.tar.xz
ansible-d6d35dea64ab15a254e009ec9248bb53e1c16c3d.zip
add info on who wrote this
Diffstat (limited to 'callback_plugins')
-rw-r--r--callback_plugins/logdetail.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/callback_plugins/logdetail.py b/callback_plugins/logdetail.py
index f50c55197..588d1d820 100644
--- a/callback_plugins/logdetail.py
+++ b/callback_plugins/logdetail.py
@@ -1,7 +1,7 @@
# (C) 2012, Michael DeHaan, <michael.dehaan@gmail.com>
+# based on the log_plays example
+# skvidal@fedoraproject.org
-# This file is part of Ansible
-#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or