From 732cfe6d4f37d2f337063751cc3ddcf082f90966 Mon Sep 17 00:00:00 2001 From: Dave Hatton Date: Sun, 19 Aug 2012 10:25:14 +0100 Subject: [PATCH] setup.py needs adjusting to ansible.runner.connections so that make rpm works --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98c404906e4..6b7f9b85bc3 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',