powershell - add bootstrap wrapper to packaging manifest

This commit is contained in:
Jordan Borean 2018-11-30 19:30:49 +10:00 committed by Matt Clay
parent 04d87a76c1
commit ad36fbcd24
3 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,7 @@ include examples/hosts
include examples/ansible.cfg
include examples/scripts/ConfigureRemotingForAnsible.ps1
include examples/scripts/upgrade_to_ps3.ps1
recursive-include lib/ansible/executor/powershell *
recursive-include lib/ansible/module_utils/powershell *
recursive-include lib/ansible/modules *
recursive-include lib/ansible/galaxy/data *

View file

@ -0,0 +1,2 @@
bugfixes:
- powershell - add ``lib/ansible/executor/powershell`` to the packaging data

View file

@ -245,6 +245,7 @@ static_setup_params = dict(
packages=find_packages('lib'),
package_data={
'': [
'executor/powershell/*.ps1',
'module_utils/powershell/*.psm1',
'module_utils/powershell/*/*.psm1',
'modules/windows/*.ps1',