mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 03:11:24 -07:00
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:
parent
d8b5e667d8
commit
281f96b8dd
4 changed files with 108 additions and 163 deletions
1
setup.py
1
setup.py
|
@ -34,7 +34,6 @@ setup(name='ansible',
|
|||
],
|
||||
scripts=[
|
||||
'bin/ansible',
|
||||
'bin/ansible-command',
|
||||
'bin/ansible-playbook'
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue