mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
net_put: Fix trivial documentation typo (#48035)
In commit 30688fecf3 the template value of the mode parameter was
renamed to text. Change another mention of this parameter.
This commit is contained in:
committed by
Deepak Agrawal
parent
35809e99bc
commit
c15656d652
@@ -44,7 +44,7 @@ options:
|
|||||||
required: no
|
required: no
|
||||||
mode:
|
mode:
|
||||||
description:
|
description:
|
||||||
- Set the file transfer mode. If mode is set to I(template) then I(src)
|
- Set the file transfer mode. If mode is set to I(text) then I(src)
|
||||||
file will go through Jinja2 template engine to replace any vars if
|
file will go through Jinja2 template engine to replace any vars if
|
||||||
present in the src file. If mode is set to I(binary) then file will be
|
present in the src file. If mode is set to I(binary) then file will be
|
||||||
copied as it is to destination device.
|
copied as it is to destination device.
|
||||||
|
|||||||
Reference in New Issue
Block a user