Proper author info for all remaining modules

This commit is contained in:
Greg DeKoenigsberg 2015-06-15 15:53:30 -04:00 committed by Matt Clay
commit eb881d7d5d
76 changed files with 131 additions and 76 deletions

View file

@ -27,7 +27,9 @@ import tempfile
DOCUMENTATION = """
---
module: lineinfile
author: Daniel Hokka Zakrisson, Ahti Kitsik
author:
- "Daniel Hokka Zakrissoni (@dhozac)"
- "Ahti Kitsik (@ahtik)"
extends_documentation_fragment: files
short_description: Ensure a particular line is in a file, or replace an
existing line using a back-referenced regular expression.