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
pull/18777/head
John R Barker 8 years ago committed by Matt Clay
parent ef3699e277
commit b1c6b9272f

@ -55,9 +55,7 @@ options:
- Specify whether to wait for install or uninstall to complete before continuing. - Specify whether to wait for install or uninstall to complete before continuing.
choices: choices:
- true - true
- yes
- false - false
- no
default: false default: false
author: Matt Martz author: Matt Martz
''' '''

Loading…
Cancel
Save