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
This commit is contained in:
parent
ef3699e277
commit
b1c6b9272f
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue