diff --git a/setup.py b/setup.py index 7afa0e4440e..1bdfe30d988 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,9 @@ setup(name='ansible', package_dir={ 'ansible': 'lib/ansible' }, packages=[ 'ansible', + 'ansible.inventory', + 'ansible.playbook', + 'ansible.runner', ], scripts=[ 'bin/ansible',