summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDave Hatton <mail@davehatton.it>2012-08-19 10:25:14 +0100
committerDave Hatton <mail@davehatton.it>2012-08-19 10:25:14 +0100
commit732cfe6d4f37d2f337063751cc3ddcf082f90966 (patch)
treed25403d5e52363ae6699dde7395e04740ff0db60 /setup.py
parent6e795556218a4e6ae5de14ccfcd3b0cf9fe49e7d (diff)
downloadansible-732cfe6d4f37d2f337063751cc3ddcf082f90966.tar.gz
setup.py needs adjusting to ansible.runner.connections so that make rpm works
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 98c404906e..6b7f9b85bc 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ setup(name='ansible',
'ansible.inventory',
'ansible.playbook',
'ansible.runner',
- 'ansible.runner.connection',
+ 'ansible.runner.connections',
],
scripts=[
'bin/ansible',