summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMatt Davis <nitzmahone@users.noreply.github.com>2017-07-31 12:16:26 -0700
committerGitHub <noreply@github.com>2017-07-31 12:16:26 -0700
commitdae8857d3da88994a321e7bb9e0972880a6c3840 (patch)
tree75dfb7c447e86e075b6bd9068b70abaf75fc4aca /MANIFEST.in
parentbc3c315bc8ffac677cbba74ea067ef069d920172 (diff)
downloadansible-dae8857d3da88994a321e7bb9e0972880a6c3840.tar.gz
powershell setup fixes (#27516)
* fixes #27374 * recursively include top 2 levels of .psm1's under module_utils/powershell * recursively include top 2 levels of .ps1's under modules/windows (for future restructuring)
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 918a1c03b8..d0e82731ab 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -7,7 +7,7 @@ include .coveragerc
include .yamllint
include examples/hosts
include examples/ansible.cfg
-include lib/ansible/module_utils/powershell/*.psm1
+recursive-include lib/ansible/module_utils/powershell *
recursive-include lib/ansible/modules *
recursive-include lib/ansible/galaxy/data *
recursive-include docs *