mirror of https://github.com/ansible/ansible.git
rename legacy PS module_utils to remove PowerShell prefix (#27495)
parent
b79744f282
commit
91f4c37ed7
@ -1,5 +1,5 @@
|
||||
#!powershell
|
||||
|
||||
#Requires -Module Ansible.ModuleUtils.PowerShellLegacy
|
||||
#Requires -Module Ansible.ModuleUtils.Legacy
|
||||
|
||||
Exit-Json @{ data="success" }
|
||||
|
Loading…
Reference in New Issue