mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
win_service: fix when dealing with paths with special chars and change WMI to CIM cmdlets (#37897)
* win_service: fix when dealing with paths with special chars and change WMI to CIM cmdlets * compare username in lowercase for test
This commit is contained in:
parent
3a1cd4d45a
commit
f37a44430f
5 changed files with 97 additions and 86 deletions
|
@ -100,7 +100,6 @@ lib/ansible/modules/windows/win_security_policy.ps1 PSUseApprovedVerbs
|
|||
lib/ansible/modules/windows/win_security_policy.ps1 PSUseDeclaredVarsMoreThanAssignments
|
||||
lib/ansible/modules/windows/win_service.ps1 PSAvoidUsingPlainTextForPassword
|
||||
lib/ansible/modules/windows/win_service.ps1 PSAvoidUsingUserNameAndPassWordParams
|
||||
lib/ansible/modules/windows/win_service.ps1 PSAvoidUsingWMICmdlet
|
||||
lib/ansible/modules/windows/win_shell.ps1 PSAvoidUsingCmdletAliases
|
||||
lib/ansible/modules/windows/win_shell.ps1 PSUseApprovedVerbs
|
||||
lib/ansible/modules/windows/win_stat.ps1 PSAvoidUsingWMICmdlet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue