win_chocolatey: Clean up documentation

pull/18777/head
Guido Lorenz 9 years ago committed by Matt Clay
parent 633773f386
commit 42d89dec18

@ -33,8 +33,6 @@ options:
description: description:
- Name of the package to be installed - Name of the package to be installed
required: true required: true
default: null
aliases: []
state: state:
description: description:
- State of the package on the system - State of the package on the system
@ -43,7 +41,6 @@ options:
- present - present
- absent - absent
default: present default: present
aliases: []
force: force:
description: description:
- Forces install of the package (even if it already exists). Using Force will cause ansible to always report that a change was made - Forces install of the package (even if it already exists). Using Force will cause ansible to always report that a change was made
@ -52,7 +49,6 @@ options:
- yes - yes
- no - no
default: no default: no
aliases: []
upgrade: upgrade:
description: description:
- If package is already installed it, try to upgrade to the latest version or to the specified version - If package is already installed it, try to upgrade to the latest version or to the specified version
@ -61,38 +57,32 @@ options:
- yes - yes
- no - no
default: no default: no
aliases: []
version: version:
description: description:
- Specific version of the package to be installed - Specific version of the package to be installed
- Ignored when state == 'absent' - Ignored when state == 'absent'
required: false required: false
default: null default: null
aliases: []
source: source:
description: description:
- Specify source rather than using default chocolatey repository - Specify source rather than using default chocolatey repository
require: false require: false
default: null default: null
aliases: []
install_args: install_args:
description: description:
- Arguments to pass to the native installer - Arguments to pass to the native installer
require: false require: false
default: null default: null
aliases: []
params: params:
description: description:
- Parameters to pass to the package - Parameters to pass to the package
require: false require: false
default: null default: null
aliases: []
ignore_dependencies: ignore_dependencies:
description: description:
- Ignore dependencies, only install/upgrade the package itself - Ignore dependencies, only install/upgrade the package itself
require: false require: false
default: false default: false
aliases: []
author: "Trond Hindenes (@trondhindenes), Peter Mounce (@petemounce), Pepe Barbe (@elventear), Adam Keech (@smadam813)" author: "Trond Hindenes (@trondhindenes), Peter Mounce (@petemounce), Pepe Barbe (@elventear), Adam Keech (@smadam813)"
''' '''

Loading…
Cancel
Save