mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
win_msi: deprecated in favour of win_package (#28741)
This commit is contained in:
parent
9b48c377b4
commit
b84a48caef
3 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ Ansible Changes By Release
|
||||||
* panos_nat_policy: use M(panos_nat_rule) instead
|
* panos_nat_policy: use M(panos_nat_rule) instead
|
||||||
* s3: replaced by aws_s3
|
* s3: replaced by aws_s3
|
||||||
* ec2_remote_facts: replaced by
|
* ec2_remote_facts: replaced by
|
||||||
|
* win_msi: use M(win_package) instead
|
||||||
|
|
||||||
#### Removed Modules (previouslly deprecated):
|
#### Removed Modules (previouslly deprecated):
|
||||||
* eos_template: use eos_config instead
|
* eos_template: use eos_config instead
|
||||||
|
|
|
@ -29,6 +29,7 @@ DOCUMENTATION = r'''
|
||||||
---
|
---
|
||||||
module: win_msi
|
module: win_msi
|
||||||
version_added: '1.7'
|
version_added: '1.7'
|
||||||
|
deprecated: In 2.4 and will be removed in 2.6, use M(win_package) instead.
|
||||||
short_description: Installs and uninstalls Windows MSI files
|
short_description: Installs and uninstalls Windows MSI files
|
||||||
description:
|
description:
|
||||||
- Installs or uninstalls a Windows MSI file that is already located on the
|
- Installs or uninstalls a Windows MSI file that is already located on the
|
Loading…
Reference in a new issue