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.
pull/48087/head
Paul Neumann 6 years ago committed by Deepak Agrawal
parent 35809e99bc
commit c15656d652

@ -44,7 +44,7 @@ options:
required: no
mode:
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
present in the src file. If mode is set to I(binary) then file will be
copied as it is to destination device.

Loading…
Cancel
Save