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

@ -86,7 +86,9 @@ options:
required: false
version_added: "1.5"
extends_documentation_fragment: files
author: Michael DeHaan
author:
- "Ansible Core Team"
- "Michael DeHaan"
notes:
- The "copy" module recursively copy facility does not scale to lots (>hundreds) of files.
For alternative, see synchronize module, which is a wrapper around rsync.