mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
use defaults better, improve/fix setup.py
This commit is contained in:
parent
2c873a4467
commit
3da6370a65
3 changed files with 66 additions and 32 deletions
10
setup.py
10
setup.py
|
@ -14,10 +14,12 @@ setup(name='ansible',
|
|||
'ansible',
|
||||
],
|
||||
data_files=[
|
||||
('/usr/share/ancible', 'library/ping'),
|
||||
('/usr/share/ancible', 'library/command'),
|
||||
('/usr/share/ancible', 'library/facter'),
|
||||
('/usr/share/ancible', 'library/copy'),
|
||||
('/usr/share/ansible', [
|
||||
'library/ping',
|
||||
'library/command',
|
||||
'library/facter',
|
||||
'library/copy',
|
||||
])
|
||||
],
|
||||
scripts=[
|
||||
'bin/ansible',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue