mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
updated changelog for windows (#28040)
This commit is contained in:
parent
869e90e12a
commit
7c59b66802
3 changed files with 11 additions and 2 deletions
6
.github/BOTMETA.yml
vendored
6
.github/BOTMETA.yml
vendored
|
@ -737,6 +737,8 @@ files:
|
|||
$modules/windows/win_group_membership.py: andrewsaraceni
|
||||
$modules/windows/win_group.ps1: chrishoffman
|
||||
$modules/windows/win_group.py: chrishoffman
|
||||
$modules/windows/win_hotfix.ps1: jborean93
|
||||
$modules/windows/win_hotfix.py: jborean93
|
||||
$modules/windows/win_iis_virtualdirectory.ps1: $team_ansible
|
||||
$modules/windows/win_iis_virtualdirectory.py: $team_ansible
|
||||
$modules/windows/win_iis_webapplication.ps1: $team_windows
|
||||
|
@ -749,6 +751,8 @@ files:
|
|||
$modules/windows/win_iis_website.py: $team_windows
|
||||
$modules/windows/win_lineinfile.ps1: brianlloyd
|
||||
$modules/windows/win_lineinfile.py: brianlloyd
|
||||
$modules/windows/win_mapped_drive.ps1: jborean93
|
||||
$modules/windows/win_mapped_drive.py: jborean93
|
||||
$modules/windows/win_msg.ps1: $team_windows
|
||||
$modules/windows/win_msg.py: $team_windows
|
||||
$modules/windows/win_msi.ps1: sivel
|
||||
|
@ -821,6 +825,8 @@ files:
|
|||
$modules/windows/win_uri.py: blakfeld
|
||||
$modules/windows/win_user.ps1: angstwad cchurch nitzmahone
|
||||
$modules/windows/win_user.py: angstwad cchurch nitzmahone
|
||||
$modules/windows/win_user_right.ps1: jborean93
|
||||
$modules/windows/win_user_right.py: jborean93
|
||||
$modules/windows/win_wakeonlan.ps1: dagwieers
|
||||
$modules/windows/win_wakeonlan.py: dagwieers
|
||||
$modules/windows/win_webpicmd.ps1: petemounce
|
||||
|
|
|
@ -303,9 +303,12 @@ Ansible Changes By Release
|
|||
* win_dsc
|
||||
* win_firewall
|
||||
* win_group_membership
|
||||
* win_hotfix
|
||||
* win_mapped_drive
|
||||
* win_psmodule
|
||||
* win_route
|
||||
* win_security_policy
|
||||
* win_user_right
|
||||
* win_wakeonlan
|
||||
- xml
|
||||
|
||||
|
|
|
@ -150,8 +150,8 @@ Windows
|
|||
|
||||
- Split "Windows" category into multiple subs
|
||||
- Domain user/group management modules **(in progress)**
|
||||
- win_mapped_drive module **(in progress)**
|
||||
- win_hotfix
|
||||
- win_mapped_drive module **(done)**
|
||||
- win_hotfix **(done)**
|
||||
- win_updates rewrite to require become
|
||||
- win_package changes required to deprecate win_msi
|
||||
- win_copy re-write
|
||||
|
|
Loading…
Reference in a new issue