mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
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:
@@ -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
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user