Skip to content

Commit

Permalink
Make sure Windows modules are installed.
Browse files Browse the repository at this point in the history
  • Loading branch information
cchurch committed Nov 28, 2014
1 parent 2c364a1 commit 8665f94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
package_dir={ 'ansible': 'lib/ansible' },
packages=find_packages('lib'),
package_data={
'': ['module_utils/*.ps1'],
'': ['module_utils/*.ps1', 'modules/core/windows/*.ps1'],
},
scripts=[
'bin/ansible',
Expand Down

0 comments on commit 8665f94

Please sign in to comment.