mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00:22 -07:00
add provider to iosxr shared module
This commit adds a new argument `provider` to the iosxr shared module that allows common connection parameters to be passed as a dict object. The constraints on the args still applies. This commit also updates the iosxr doc fragment.
This commit is contained in:
parent
7640eca368
commit
0f2917fde3
2 changed files with 21 additions and 13 deletions
|
@ -48,5 +48,12 @@ options:
|
|||
the SSH session
|
||||
required: false
|
||||
default: null
|
||||
provider:
|
||||
description:
|
||||
- Convience method that allows all M(iosxr) arguments to be passed as
|
||||
a dict object. All constraints (required, choices, etc) must be
|
||||
met either by individual arguments or values in this dict.
|
||||
required: false
|
||||
default: null
|
||||
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue