mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-21 20:30:21 -07:00
updates docstring for sros modules (#5197)
This commit is contained in:
parent
a89992f70f
commit
3fbae6f10f
3 changed files with 11 additions and 11 deletions
|
@ -21,10 +21,10 @@ DOCUMENTATION = """
|
|||
module: sros_rollback
|
||||
version_added: "2.2"
|
||||
author: "Peter Sprygada (@privateip)"
|
||||
short_description: Configure Nokia SROS rollback
|
||||
short_description: Configure Nokia SR OS rollback
|
||||
description:
|
||||
- Configure the rollback feature on remote Nokia devices running
|
||||
the SROS operating system. this module provides a stateful
|
||||
the SR OS operating system. this module provides a stateful
|
||||
implementation for managing the configuration of the rollback
|
||||
feature
|
||||
extends_documentation_fragment: sros
|
||||
|
@ -33,7 +33,7 @@ options:
|
|||
description:
|
||||
- The I(rollback_location) specifies the location and filename
|
||||
of the rollback checkpoint files. This argument supports any
|
||||
valid local or remote URL as specified in SROS
|
||||
valid local or remote URL as specified in SR OS
|
||||
required: false
|
||||
default: null
|
||||
remote_max_checkpoints:
|
||||
|
@ -56,7 +56,7 @@ options:
|
|||
description:
|
||||
- The I(rescue_location) specifies the location of the
|
||||
rescue file. This argument supports any valid local
|
||||
or remote URL as specified in SROS
|
||||
or remote URL as specified in SR OS
|
||||
required: false
|
||||
default: null
|
||||
state:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue