mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 08:13:08 +00:00
Merge branch 'fix_setup' of https://github.com/tonk/ansible into tonk-fix_setup
This commit is contained in:
2
setup.py
2
setup.py
@@ -13,7 +13,7 @@ from ansible.constants import DEFAULT_MODULE_PATH
|
||||
dirs=os.listdir("./library/")
|
||||
data_files = []
|
||||
for i in dirs:
|
||||
data_files.append((DEFAULT_MODULE_PATH + i, glob('./library/' + i + '/*')))
|
||||
data_files.append((os.path.join(DEFAULT_MODULE_PATH, i), glob('./library/' + i + '/*')))
|
||||
|
||||
setup(name='ansible',
|
||||
version=__version__,
|
||||
|
||||
Reference in New Issue
Block a user