mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
win_exec: refactor PS exec runner (#45334)
* win_exec: refactor PS exec runner * more changes for PSCore compatibility * made some changes based on the recent review * split up module exec scripts for smaller payload * removed C# module support to focus on just error msg improvement * cleaned up c# test classifier code
This commit is contained in:
committed by
Matt Davis
parent
aa2f3edb49
commit
e972287c35
3
setup.py
3
setup.py
@@ -249,6 +249,9 @@ static_setup_params = dict(
|
||||
packages=find_packages('lib'),
|
||||
package_data={
|
||||
'': [
|
||||
'executor/powershell/*.ps1',
|
||||
'module_utils/csharp/*.cs',
|
||||
'module_utils/csharp/*/*.cs',
|
||||
'module_utils/powershell/*.psm1',
|
||||
'module_utils/powershell/*/*.psm1',
|
||||
'modules/windows/*.ps1',
|
||||
|
||||
Reference in New Issue
Block a user