summaryrefslogtreecommitdiff
path: root/windows/win_chocolatey.py
diff options
context:
space:
mode:
authorGuido Lorenz <guido.lorenz@artcom.de>2015-11-27 15:59:24 +0100
committerGuido Lorenz <guido.lorenz@artcom.de>2015-11-27 16:33:17 +0100
commitd51950c37e76d9e98fa5d0fc4d53458d167ba40a (patch)
tree6b2c4bde90ee862cf70e0a1085d2b088eb2987e5 /windows/win_chocolatey.py
parent5948389d2f1a3b37cc6ed3ffba94f5d53ee24ac4 (diff)
downloadansible-modules-extras-d51950c37e76d9e98fa5d0fc4d53458d167ba40a.tar.gz
win_chocolatey: Clean up documentation
Diffstat (limited to 'windows/win_chocolatey.py')
-rw-r--r--windows/win_chocolatey.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/windows/win_chocolatey.py b/windows/win_chocolatey.py
index f729aee0..b9a54fdd 100644
--- a/windows/win_chocolatey.py
+++ b/windows/win_chocolatey.py
@@ -33,8 +33,6 @@ options:
description:
- Name of the package to be installed
required: true
- default: null
- aliases: []
state:
description:
- State of the package on the system
@@ -43,7 +41,6 @@ options:
- present
- absent
default: present
- aliases: []
force:
description:
- 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
- no
default: no
- aliases: []
upgrade:
description:
- If package is already installed it, try to upgrade to the latest version or to the specified version
@@ -61,38 +57,32 @@ options:
- yes
- no
default: no
- aliases: []
version:
description:
- Specific version of the package to be installed
- Ignored when state == 'absent'
required: false
default: null
- aliases: []
source:
description:
- Specify source rather than using default chocolatey repository
require: false
default: null
- aliases: []
install_args:
description:
- Arguments to pass to the native installer
require: false
default: null
- aliases: []
params:
description:
- Parameters to pass to the package
require: false
default: null
- aliases: []
ignore_dependencies:
description:
- Ignore dependencies, only install/upgrade the package itself
require: false
default: false
- aliases: []
author: "Trond Hindenes (@trondhindenes), Peter Mounce (@petemounce), Pepe Barbe (@elventear), Adam Keech (@smadam813)"
'''