clean up win_chocolatey doc bugs, remove redundant
This commit is contained in:
parent
4bae025666
commit
6db9ed981e
1 changed files with 0 additions and 12 deletions
|
@ -36,7 +36,6 @@ options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- State of the package on the system
|
- State of the package on the system
|
||||||
required: false
|
|
||||||
choices:
|
choices:
|
||||||
- present
|
- present
|
||||||
- absent
|
- absent
|
||||||
|
@ -44,7 +43,6 @@ options:
|
||||||
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
|
||||||
required: false
|
|
||||||
choices:
|
choices:
|
||||||
- yes
|
- yes
|
||||||
- no
|
- no
|
||||||
|
@ -52,7 +50,6 @@ options:
|
||||||
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
|
||||||
required: false
|
|
||||||
choices:
|
choices:
|
||||||
- yes
|
- yes
|
||||||
- no
|
- no
|
||||||
|
@ -61,24 +58,16 @@ options:
|
||||||
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
|
|
||||||
default: null
|
|
||||||
source:
|
source:
|
||||||
description:
|
description:
|
||||||
- Specify source rather than using default chocolatey repository
|
- Specify source rather than using default chocolatey repository
|
||||||
require: false
|
|
||||||
default: null
|
|
||||||
install_args:
|
install_args:
|
||||||
description:
|
description:
|
||||||
- Arguments to pass to the native installer
|
- Arguments to pass to the native installer
|
||||||
require: false
|
|
||||||
default: null
|
|
||||||
version_added: '2.1'
|
version_added: '2.1'
|
||||||
params:
|
params:
|
||||||
description:
|
description:
|
||||||
- Parameters to pass to the package
|
- Parameters to pass to the package
|
||||||
require: false
|
|
||||||
default: null
|
|
||||||
version_added: '2.1'
|
version_added: '2.1'
|
||||||
allow_empty_checksums:
|
allow_empty_checksums:
|
||||||
description:
|
description:
|
||||||
|
@ -95,7 +84,6 @@ options:
|
||||||
ignore_dependencies:
|
ignore_dependencies:
|
||||||
description:
|
description:
|
||||||
- Ignore dependencies, only install/upgrade the package itself
|
- Ignore dependencies, only install/upgrade the package itself
|
||||||
require: false
|
|
||||||
default: false
|
default: false
|
||||||
version_added: '2.1'
|
version_added: '2.1'
|
||||||
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…
Reference in a new issue