mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
use defaults better, improve/fix setup.py
This commit is contained in:
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',
|
||||
|
||||
Reference in New Issue
Block a user