summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2018-10-03 08:55:53 +1000
committerMatt Davis <nitzmahone@users.noreply.github.com>2018-10-02 15:55:53 -0700
commite972287c359654d65294fa89002a1f900a3a870e (patch)
tree4a0b433253b0339b06f0dc4ea49a78cd04ffbbef /MANIFEST.in
parentaa2f3edb49dd6e999e67798fa7bdd960632e147f (diff)
downloadansible-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.in2
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 *