mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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)
This commit is contained in:
5
setup.py
5
setup.py
@@ -172,9 +172,10 @@ setup(
|
||||
packages=find_packages('lib'),
|
||||
package_data={
|
||||
'': [
|
||||
'module_utils/*.ps1',
|
||||
'modules/windows/*.ps1',
|
||||
'module_utils/powershell/*.psm1',
|
||||
'module_utils/powershell/*/*.psm1',
|
||||
'modules/windows/*.ps1',
|
||||
'modules/windows/*/*.ps1',
|
||||
'galaxy/data/*/*.*',
|
||||
'galaxy/data/*/*/.*',
|
||||
'galaxy/data/*/*/*.*',
|
||||
|
||||
Reference in New Issue
Block a user