Docs fixes

This commit is contained in:
Toshio Kuratomi 2016-05-13 11:01:19 -07:00 committed by Matt Clay
commit 291e00d43a
4 changed files with 8 additions and 0 deletions

View file

@ -109,6 +109,7 @@ options:
default: "present" default: "present"
choices: ["active", "present", "absent", "deleted"] choices: ["active", "present", "absent", "deleted"]
aliases: [] aliases: []
required: false
service_account_email: service_account_email:
version_added: "1.6" version_added: "1.6"
description: description:

View file

@ -29,6 +29,7 @@ options:
- Indicate desired state of the resource - Indicate desired state of the resource
choices: ['present', 'absent'] choices: ['present', 'absent']
default: present default: present
required: false
author: author:
- "Christopher H. Laco (@claco)" - "Christopher H. Laco (@claco)"
- "Matt Martz (@sivel)" - "Matt Martz (@sivel)"

View file

@ -41,12 +41,15 @@ options:
and version is set to '2.5.0', then the module will assume it is and version is set to '2.5.0', then the module will assume it is
installing '2.5.0' not '2.2.3'. If version is not included, then installing '2.5.0' not '2.2.3'. If version is not included, then
the module will assume '2.2.3' is the version to install. the module will assume '2.2.3' is the version to install.
default: None
required: false
switch_slot: switch_slot:
description: description:
- Switch slots after installing the image. - Switch slots after installing the image.
To run the installed code, reboot the switch To run the installed code, reboot the switch
choices: ['yes', 'no'] choices: ['yes', 'no']
default: 'no' default: 'no'
required: false
requirements: ["Cumulus Linux OS"] requirements: ["Cumulus Linux OS"]

View file

@ -49,6 +49,7 @@ options:
- yes - yes
- no - no
default: null default: null
required: false
include_sub_features: include_sub_features:
description: description:
- Adds all subfeatures of the specified feature - Adds all subfeatures of the specified feature
@ -56,6 +57,7 @@ options:
- yes - yes
- no - no
default: null default: null
required: false
include_management_tools: include_management_tools:
description: description:
- Adds the corresponding management tools to the specified feature - Adds the corresponding management tools to the specified feature
@ -63,6 +65,7 @@ options:
- yes - yes
- no - no
default: null default: null
required: false
source: source:
description: description:
- Specify a source to install the feature from - Specify a source to install the feature from