mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
draft 1st release of ansible-console
porting @dominis 's ansible-shell tool from 1.9 and integrating it into ansible added verbosity control made more resilitent to several errors added highlight color, to configurable colors more resilient on exception and interruptions prompt coloring, goes red and changes to # when using become = true and root become setting is now explicit and not a toggle
This commit is contained in:
parent
8aee648bc9
commit
e74ab3ecdd
6 changed files with 449 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -49,6 +49,7 @@ setup(name='ansible',
|
|||
'bin/ansible-pull',
|
||||
'bin/ansible-doc',
|
||||
'bin/ansible-galaxy',
|
||||
'bin/ansible-shell',
|
||||
'bin/ansible-vault',
|
||||
],
|
||||
data_files=[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue