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".
This commit is contained in:
Michael DeHaan 2012-02-28 03:54:41 -05:00
parent d8b5e667d8
commit 281f96b8dd
4 changed files with 108 additions and 163 deletions

View file

@ -34,7 +34,6 @@ setup(name='ansible',
],
scripts=[
'bin/ansible',
'bin/ansible-command',
'bin/ansible-playbook'
]
)