mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix version_added on win_msi wait arg
This commit is contained in:
parent
a5e4969dc4
commit
fef6e5102e
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ options:
|
|||
- Path to a file created by installing the MSI to prevent from
|
||||
attempting to reinstall the package on every run
|
||||
wait:
|
||||
version_added: ""
|
||||
version_added: "2.1"
|
||||
description:
|
||||
- Specify whether to wait for install or uninstall to complete before continuing.
|
||||
choices:
|
||||
|
|
Loading…
Reference in a new issue