summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-03-02 22:38:55 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2012-03-02 22:38:55 -0500
commite4304a0ac5ef777832a2f4db8899507d0d0dfacc (patch)
treeafb07db27d604aef6c7261646251153924be530e /setup.py
parent6541f338dff3805881002c3f45a6dc0d27396505 (diff)
downloadansible-e4304a0ac5ef777832a2f4db8899507d0d0dfacc.tar.gz
Make sure tempdirs are cleaned up after execution steps, fix notifiers, make sure
service module is installed by setup.py
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 382f188cb9..e501072ee2 100644
--- a/setup.py
+++ b/setup.py
@@ -21,6 +21,7 @@ setup(name='ansible',
'library/ohai',
'library/copy',
'library/setup',
+ 'library/service',
'library/template',
'library/git',
]),