diff options
author | Matt Davis <nitzmahone@users.noreply.github.com> | 2017-07-31 21:16:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-31 21:16:26 +0200 |
commit | dae8857d3da88994a321e7bb9e0972880a6c3840 (patch) | |
tree | 75dfb7c447e86e075b6bd9068b70abaf75fc4aca /MANIFEST.in | |
parent | Add missing new win_group_member module (#27514) (diff) | |
download | ansible-dae8857d3da88994a321e7bb9e0972880a6c3840.tar.xz ansible-dae8857d3da88994a321e7bb9e0972880a6c3840.zip |
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.in | 2 |
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 * |