mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update docs to highlight lookup plugins for templating
<!--- Your description here --> +label: docsite_pr
This commit is contained in:
parent
3973eb4c30
commit
126a41327c
1 changed files with 6 additions and 2 deletions
|
@ -54,11 +54,15 @@ options:
|
|||
content:
|
||||
description:
|
||||
- When used instead of C(src), sets the payload of the API request directly.
|
||||
- This may be convenient to template simple requests, for anything complex use the M(template) module.
|
||||
- This may be convenient to template simple requests.
|
||||
- For anything complex use the C(template) lookup plugin (see examples)
|
||||
or the M(template) module with parameter C(src).
|
||||
src:
|
||||
description:
|
||||
- Name of the absolute path of the filname that includes the body
|
||||
of the http request being sent to the ACI fabric.
|
||||
of the HTTP request being sent to the ACI fabric.
|
||||
- If you require a templated payload, use the C(content) parameter
|
||||
together with the C(template) lookup plugin, or use M(template).
|
||||
aliases: [ config_file ]
|
||||
extends_documentation_fragment: aci
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue