mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Update docs to highlight lookup plugins for templating
<!--- Your description here --> +label: docsite_pr
This commit is contained in:
@@ -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
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user