Merge pull request #2858 from sivel/issue/14064

Add note about precautions of using become with fetch
This commit is contained in:
Matt Martz 2016-01-22 11:35:22 -06:00
commit 76925ef613

View file

@ -68,6 +68,13 @@ requirements: []
author:
- "Ansible Core Team"
- "Michael DeHaan"
notes:
- When running fetch with C(become), the M(slurp) module will also be
used to fetch the contents of the file for determining the remote
checksum. This effectively doubles the transfer size, and
depending on the file size can consume all available memory on the
remote or local hosts causing a C(MemoryError). Due to this it is
advisable to run this module without C(become) whenever possible.
'''
EXAMPLES = '''