From ccb5829673530c3058dbbfc67fc0c54e0b4b5632 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 14 Dec 2015 23:09:06 -0500 Subject: [PATCH] added missing version_added to new options --- lib/ansible/modules/extras/windows/win_chocolatey.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/ansible/modules/extras/windows/win_chocolatey.py b/lib/ansible/modules/extras/windows/win_chocolatey.py index 3bdb7d37212..a54e5504e2b 100644 --- a/lib/ansible/modules/extras/windows/win_chocolatey.py +++ b/lib/ansible/modules/extras/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)" '''