summaryrefslogtreecommitdiff
path: root/windows/win_chocolatey.py
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2015-12-14 23:09:06 -0500
committerBrian Coca <brian.coca+git@gmail.com>2015-12-14 23:09:06 -0500
commit892cf445dd14fbc74e8f7199fa49c2bbc9400e81 (patch)
treea52756c36f358d5190b0eca8c96412e4333cfd78 /windows/win_chocolatey.py
parent22f20ebeed0574465a2dfbf07248aeb7124cf7c2 (diff)
downloadansible-modules-extras-892cf445dd14fbc74e8f7199fa49c2bbc9400e81.tar.gz
added missing version_added to new options
Diffstat (limited to 'windows/win_chocolatey.py')
-rw-r--r--windows/win_chocolatey.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/win_chocolatey.py b/windows/win_chocolatey.py
index b9a54fdd..4fd512d1 100644
--- a/windows/win_chocolatey.py
+++ b/windows/win_chocolatey.py
@@ -73,16 +73,19 @@ options:
- Arguments to pass to the native installer
require: false
default: null
+ version_added: '2.1'
params:
description:
- Parameters to pass to the package
require: false
default: null
+ version_added: '2.1'
ignore_dependencies:
description:
- Ignore dependencies, only install/upgrade the package itself
require: false
default: false
+ version_added: '2.1'
author: "Trond Hindenes (@trondhindenes), Peter Mounce (@petemounce), Pepe Barbe (@elventear), Adam Keech (@smadam813)"
'''