From d70be9adfea681ca0c38073c153384a198b95f40 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sat, 18 Aug 2012 21:38:57 -0400 Subject: [PATCH] Ship the noop.py callback --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6b7f9b85bc..2c1f5c2d66 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ setup(name='ansible', 'ansible.playbook', 'ansible.runner', 'ansible.runner.connections', + 'ansible.callbacks', ], scripts=[ 'bin/ansible',