diff options
author | Jordan Borean <jborean93@gmail.com> | 2018-10-03 08:55:53 +1000 |
---|---|---|
committer | Matt Davis <nitzmahone@users.noreply.github.com> | 2018-10-02 15:55:53 -0700 |
commit | e972287c359654d65294fa89002a1f900a3a870e (patch) | |
tree | 4a0b433253b0339b06f0dc4ea49a78cd04ffbbef /MANIFEST.in | |
parent | aa2f3edb49dd6e999e67798fa7bdd960632e147f (diff) | |
download | ansible-e972287c359654d65294fa89002a1f900a3a870e.tar.gz |
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
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index ffc7cf0a14..27a901b6db 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,6 +6,8 @@ include requirements.txt include .coveragerc include examples/hosts include examples/ansible.cfg +recursive-include lib/ansible/executor/powershell * +recursive-include lib/ansible/module_utils/csharp * recursive-include lib/ansible/module_utils/powershell * recursive-include lib/ansible/modules * recursive-include lib/ansible/galaxy/data * |