1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-30 07:50:43 +00:00

Split connection code into submodules.

This commit is contained in:
Michael DeHaan 2012-05-30 20:16:31 -04:00
parent 0972b761de
commit 6034b5b0f3
4 changed files with 133 additions and 77 deletions

View file

@ -25,6 +25,7 @@ setup(name='ansible',
'ansible.inventory',
'ansible.playbook',
'ansible.runner',
'ansible.runner.connection',
],
scripts=[
'bin/ansible',