mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
parent
0fa5a19e7e
commit
4bf826f514
2 changed files with 4 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue