summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorGreg DeKoenigsberg <greg.dekoenigsberg@gmail.com>2015-05-13 15:10:16 -0400
committerGreg DeKoenigsberg <greg.dekoenigsberg@gmail.com>2015-05-13 15:10:16 -0400
commit9677437a6e3ec547872aaf3b36f400e38e09f1bb (patch)
treed202aa25fc5783fa35541e5ee929e1750bfdf796 /files
parent56cf538b716911d6a83b1c560c17b998436579fb (diff)
downloadansible-modules-extras-9677437a6e3ec547872aaf3b36f400e38e09f1bb.tar.gz
Adding author's github id
Diffstat (limited to 'files')
-rwxr-xr-xfiles/patch.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/files/patch.py b/files/patch.py
index e0d7d1d3..809069c9 100755
--- a/files/patch.py
+++ b/files/patch.py
@@ -22,7 +22,9 @@
DOCUMENTATION = '''
---
module: patch
-author: Luis Alberto Perez Lazaro, Jakub Jirutka
+author:
+ - "Jakub Jirutka (@jirutka)" <jakub@jirutka.cz>
+ - "Luis Alberto Perez Lazaro (@luisperlaz)" <luisperlazaro@gmail.com>
version_added: 1.9
description:
- Apply patch files using the GNU patch tool.