mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-06 16:34:02 -07:00
ACI: Fix module parameters (#50051)
* Fix parameter type of private_key * Fix parameters of various ACI modules
This commit is contained in:
parent
cf00880ab3
commit
c1ac87794e
6 changed files with 12 additions and 12 deletions
|
@ -62,7 +62,7 @@ options:
|
|||
- 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).
|
||||
type: str
|
||||
type: raw
|
||||
src:
|
||||
description:
|
||||
- Name of the absolute path of the filname that includes the body
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue