summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2016-11-21 09:37:30 +0000
committerGitHub <noreply@github.com>2016-11-21 09:37:30 +0000
commitb3477690a3a5d5edd214e34053c4334602465fa4 (patch)
tree5e66e799f8df8c0f23decd0b2f8098d8e541f88d
parent5c986306be5fa357eb64036915ab5eb98ad17327 (diff)
downloadansible-modules-core-b3477690a3a5d5edd214e34053c4334602465fa4.tar.gz
win_msi - Don't list choices twice (#5684)
* win_msi - Dont list choices twise http://docs.ansible.com/ansible/win_msi_module.html shows Choices: True True False False As the yes/no are expanded to true/false by the docs generation * Update win_msi.py
-rw-r--r--windows/win_msi.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/windows/win_msi.py b/windows/win_msi.py
index d426c164..78555ea9 100644
--- a/windows/win_msi.py
+++ b/windows/win_msi.py
@@ -55,9 +55,7 @@ options:
- Specify whether to wait for install or uninstall to complete before continuing.
choices:
- true
- - yes
- false
- - no
default: false
author: "Matt Martz (@sivel)"
'''