summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2012-02-28 03:54:41 -0500
committerMichael DeHaan <michael.dehaan@gmail.com>2012-02-28 03:54:41 -0500
commit281f96b8dd82335ed9f71b49797ce2816b88158b (patch)
tree2bc246403656bb880a4cfca91101873c210b33cf /setup.py
parentd8b5e667d86c1f2d9f3936ba0ba249d085874ceb (diff)
downloadansible-281f96b8dd82335ed9f71b49797ce2816b88158b.tar.gz
merge Seth's ansible-command script with ansible proper, so we can do nice output, one line output,
and treeish saving everywhere. there are probably some quirks here we'll want to refine further later, for instance, we should be able to do nicer things with "can't contact host tracebacks".
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a79e5caffd..382f188cb9 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,6 @@ setup(name='ansible',
],
scripts=[
'bin/ansible',
- 'bin/ansible-command',
'bin/ansible-playbook'
]
)