Fix up the redirection of the win setup module (#70158)
This commit is contained in:
parent
fd882e0e18
commit
8b24a4c5ed
2 changed files with 5 additions and 3 deletions
2
changelogs/fragments/win_setup-redirection.yaml
Normal file
2
changelogs/fragments/win_setup-redirection.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- win setup - Fix redirection path for the windows setup module
|
|
@ -4096,11 +4096,11 @@ plugin_routing:
|
|||
redirect: ansible.posix.selinux
|
||||
sysctl:
|
||||
redirect: ansible.posix.sysctl
|
||||
async_status:
|
||||
async_status.ps1:
|
||||
redirect: ansible.windows.async_status
|
||||
setup.ps1:
|
||||
redirect: ansible.windows.setup.ps1
|
||||
slurp:
|
||||
redirect: ansible.windows.setup
|
||||
slurp.ps1:
|
||||
redirect: ansible.windows.slurp
|
||||
win_acl:
|
||||
redirect: ansible.windows.win_acl
|
||||
|
|
Loading…
Reference in a new issue