summaryrefslogtreecommitdiff
path: root/network/sros/sros_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'network/sros/sros_config.py')
-rw-r--r--network/sros/sros_config.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/sros/sros_config.py b/network/sros/sros_config.py
index 2ac47b83..1ebc2297 100644
--- a/network/sros/sros_config.py
+++ b/network/sros/sros_config.py
@@ -63,7 +63,7 @@ options:
a change needs to be made. This allows the playbook designer
the opportunity to perform configuration commands prior to pushing
any changes without affecting how the set of commands are matched
- against the system
+ against the system.
required: false
default: null
after:
@@ -94,7 +94,7 @@ options:
the modified lines are pushed to the device in configuration
mode. If the replace argument is set to I(block) then the entire
command block is pushed to the device in configuration mode if any
- line is not correct
+ line is not correct.
required: false
default: line
choices: ['line', 'block']
@@ -105,7 +105,7 @@ options:
cause the module to push the contents of I(src) into the device
without first checking if already configured.
- Note this argument should be considered deprecated. To achieve
- the equivalient, set the match argument to none. This argument
+ the equivalent, set the C(match=none) which is idempotent. This argument
will be removed in a future release.
required: false
default: false