summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-05-14 10:45:21 -0400
committerBrian Coca <brian.coca+git@gmail.com>2015-05-14 10:45:32 -0400
commit08445418aa5e7aebf44f616f46bae885044bc39a (patch)
tree1de969794bcac03229b28a16a0e39f9e96929ae1 /files
parent9dd4e07fe990dd4ff4db2a2fe33ab2c081879f26 (diff)
downloadansible-modules-extras-08445418aa5e7aebf44f616f46bae885044bc39a.tar.gz
more string corrections
Diffstat (limited to 'files')
-rwxr-xr-xfiles/patch.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/patch.py b/files/patch.py
index 809069c9..c2982e23 100755
--- a/files/patch.py
+++ b/files/patch.py
@@ -22,9 +22,9 @@
DOCUMENTATION = '''
---
module: patch
-author:
- - "Jakub Jirutka (@jirutka)" <jakub@jirutka.cz>
- - "Luis Alberto Perez Lazaro (@luisperlaz)" <luisperlazaro@gmail.com>
+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.