mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 01:44:03 -07:00
Updated the documentation of modules to match argspec including the type setting for bool parameters (#36821)
This commit is contained in:
parent
8362ddd107
commit
60e39b9718
38 changed files with 176 additions and 137 deletions
|
@ -66,6 +66,7 @@ options:
|
|||
save_local:
|
||||
description:
|
||||
- Local backup.
|
||||
type: bool
|
||||
ssh_user_ref:
|
||||
description:
|
||||
- Access credentials for remote destination.
|
||||
|
@ -76,6 +77,7 @@ options:
|
|||
upload_to_remote_host:
|
||||
description:
|
||||
- Remote backup.
|
||||
type: bool
|
||||
url:
|
||||
description:
|
||||
- Avi controller URL of the object.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue