mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
35809e99bc
commit
c15656d652
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue