Add type in eos_config module docs (#53117)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
(cherry picked from commit 5f577c7e79
)
This commit is contained in:
parent
03764027c5
commit
0ca658e562
1 changed files with 2 additions and 0 deletions
|
@ -130,6 +130,7 @@ options:
|
|||
every task in a playbook. The I(running_config) argument allows the
|
||||
implementer to pass in the configuration to use as the base
|
||||
config for this module.
|
||||
type: str
|
||||
aliases: ['config']
|
||||
version_added: "2.4"
|
||||
defaults:
|
||||
|
@ -205,6 +206,7 @@ options:
|
|||
of the current device's configuration against. When specifying this
|
||||
argument, the task should also modify the C(diff_against) value and
|
||||
set it to I(intended).
|
||||
type: str
|
||||
version_added: "2.4"
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue