summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-08-18 21:38:57 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2012-08-18 21:38:57 -0400
commitd70be9adfea681ca0c38073c153384a198b95f40 (patch)
treeb5f1c7b1c430d8fe6d30eaccfc9e70fafa8d72e7 /setup.py
parent61d9e45d4597d88c17459f8f5804b419bfaa62e3 (diff)
downloadansible-d70be9adfea681ca0c38073c153384a198b95f40.tar.gz
Ship the noop.py callback
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
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',