summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-08-21 20:38:20 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-08-21 20:38:20 -0400
commitf264f50f17d09d764294e5c75193b1242b92db9d (patch)
tree671935611f363beeee836ad32969fc2489139399 /setup.py
parent3de4e4574109d15227c029aef826abcbac3c573a (diff)
downloadansible-f264f50f17d09d764294e5c75193b1242b92db9d.tar.gz
Update setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files 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',