mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 14:59:09 -07:00
Fix non-matching defaults. (#5452)
This commit is contained in:
parent
5f4e593116
commit
f84a9bf932
75 changed files with 134 additions and 20 deletions
|
@ -27,10 +27,12 @@ options:
|
|||
description:
|
||||
- The username used to authenticate with
|
||||
type: str
|
||||
default: ''
|
||||
login_password:
|
||||
description:
|
||||
- The password used to authenticate with
|
||||
type: str
|
||||
default: ''
|
||||
login_host:
|
||||
description:
|
||||
- Host running the database
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue