mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
0fa5a19e7e
commit
4bf826f514
2 changed files with 4 additions and 1 deletions
|
@ -3,7 +3,7 @@ include examples/hosts
|
|||
include examples/ansible.cfg
|
||||
graft examples/playbooks
|
||||
include packaging/distutils/setup.py
|
||||
include lib/ansible/module_common/*.ps1
|
||||
include lib/ansible/module_utils/powershell.ps1
|
||||
recursive-include docs *
|
||||
recursive-include library *
|
||||
include Makefile
|
||||
|
|
3
setup.py
3
setup.py
|
@ -52,6 +52,9 @@ setup(name='ansible',
|
|||
'ansible.callback_plugins',
|
||||
'ansible.module_utils'
|
||||
],
|
||||
package_data={
|
||||
'': ['module_utils/*.ps1'],
|
||||
},
|
||||
scripts=[
|
||||
'bin/ansible',
|
||||
'bin/ansible-playbook',
|
||||
|
|
Loading…
Reference in a new issue