mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
Override params from environment variables, if set.
Fix a typo while I'm in the area. Handle having None set in module.params more intelligently
This commit is contained in:
parent
eab4ce19f3
commit
e4e913b331
3 changed files with 27 additions and 5 deletions
|
@ -45,11 +45,17 @@ options:
|
|||
required: true
|
||||
password:
|
||||
description:
|
||||
- Specifies the password to use when authentication the connection to
|
||||
- Specifies the password to use to authenticate the connection to
|
||||
the remote device. This is a common argument used for either I(cli)
|
||||
or I(eapi) transports.
|
||||
required: false
|
||||
default: null
|
||||
ssh_keyfile:
|
||||
description:
|
||||
- Specifies the SSH keyfile to use to authenticate the connection to
|
||||
the remote device. This argument is only used for I(cli) transports.
|
||||
required: false
|
||||
default: null
|
||||
authorize:
|
||||
description:
|
||||
- Instructs the module to enter priviledged mode on the remote device
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue