junos: Docs update

This commit is contained in:
John Barker 2016-08-04 17:16:38 +01:00 committed by Matt Clay
commit d4200b0389
5 changed files with 30 additions and 23 deletions

View file

@ -31,19 +31,19 @@ extends_documentation_fragment: junos
options:
src:
description:
- The O(src) argument specifies the path to the source package to be
- The I(src) argument specifies the path to the source package to be
installed on the remote device in the advent of a version mismatch.
The O(src) argument can be either a localized path or a full
path to the package file to install
The I(src) argument can be either a localized path or a full
path to the package file to install.
required: true
default: null
aliases: ['package']
version:
description:
- The O(version) argument can be used to explicitly specify the
- The I(version) argument can be used to explicitly specify the
version of the package that should be installed on the remote
device. If the O(version) argument is not specified, then
the version is extracts from the O(src) filename
device. If the I(version) argument is not specified, then
the version is extracts from the I(src) filename.
required: false
default: null
reboot:
@ -58,18 +58,18 @@ options:
choices: ['true', 'false']
no_copy:
description:
- The O(no_copy) arugment is responsible for instructing the remote
device on where to isntall the package from. When enabled, the
- The I(no_copy) argument is responsible for instructing the remote
device on where to install the package from. When enabled, the
package is transferred to the remote device prior to installing.
required: false
default: false
choices: ['true', 'false']
force:
description:
- The O(force) argument instructs the module to bypass the package
version check and install the packaged identified in O(src) on
- The I(force) argument instructs the module to bypass the package
version check and install the packaged identified in I(src) on
the remote device.
require: true
required: true
default: false
choices: ['true', 'false']
requirements: