From 6be74ff4fc22fb6d7410c2b1724837f58f3235ee Mon Sep 17 00:00:00 2001 From: Wojciech Sciesinski Date: Thu, 3 Jan 2019 14:39:39 +0100 Subject: [PATCH] Add choices of the state parameter documentation (#50481) * Add choices of the state parameter documentation * Consistency --- lib/ansible/modules/windows/win_package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/windows/win_package.py b/lib/ansible/modules/windows/win_package.py index 845e1f906ea298..3d83d7a2744ed0 100644 --- a/lib/ansible/modules/windows/win_package.py +++ b/lib/ansible/modules/windows/win_package.py @@ -104,6 +104,7 @@ - Whether to install or uninstall the package. - The module uses C(product_id) and whether it exists at the registry path to see whether it needs to install or uninstall the package. + choices: [ absent, present ] default: present aliases: [ ensure ] username: