From f264f50f17d09d764294e5c75193b1242b92db9d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 21 Aug 2012 20:38:20 -0400 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2c1f5c2d66..bd4bee2b42 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,8 @@ setup(name='ansible', 'ansible.inventory', 'ansible.playbook', 'ansible.runner', - 'ansible.runner.connections', - 'ansible.callbacks', + 'ansible.runner.connection_plugins', + 'ansible.callback_plugins', ], scripts=[ 'bin/ansible',