mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Add note about precautions of using become with fetch. Addresses https://github.com/ansible/ansible/issues/14064
This commit is contained in:
parent
b6ff36bed3
commit
9e686c7294
1 changed files with 7 additions and 0 deletions
|
@ -68,6 +68,13 @@ requirements: []
|
||||||
author:
|
author:
|
||||||
- "Ansible Core Team"
|
- "Ansible Core Team"
|
||||||
- "Michael DeHaan"
|
- "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 = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue