|
|
|
@ -180,14 +180,14 @@ updates:
|
|
|
|
|
|
|
|
|
|
responses:
|
|
|
|
|
description: The set of responses from issuing the commands on the device
|
|
|
|
|
retured: when not check_mode
|
|
|
|
|
returned: when not check_mode
|
|
|
|
|
type: list
|
|
|
|
|
sample: ['...', '...']
|
|
|
|
|
|
|
|
|
|
saved:
|
|
|
|
|
description: Returns whether the configuration is saved to the startup
|
|
|
|
|
configuration or not.
|
|
|
|
|
retured: when not check_mode
|
|
|
|
|
returned: when not check_mode
|
|
|
|
|
type: bool
|
|
|
|
|
sample: True
|
|
|
|
|
|
|
|
|
@ -220,7 +220,6 @@ def main():
|
|
|
|
|
match=dict(default='line',
|
|
|
|
|
choices=['line', 'strict', 'exact', 'none']),
|
|
|
|
|
replace=dict(default='line', choices=['line', 'block']),
|
|
|
|
|
|
|
|
|
|
update=dict(choices=['merge', 'check'], default='merge'),
|
|
|
|
|
save=dict(type='bool', default=False),
|
|
|
|
|
config=dict(),
|
|
|
|
|