summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2016-03-07 11:03:53 +0100
committerBrian Coca <brian.coca+git@gmail.com>2016-03-07 20:25:21 -0500
commite74ab3ecdd5fb5b4fd2c97d9c2b10d370321297c (patch)
tree7ed5396f3f030babf634314d5328413fe74de5ca /setup.py
parent8aee648bc98e7e630b815df9dffc64feb9afe632 (diff)
downloadansible-e74ab3ecdd5fb5b4fd2c97d9c2b10d370321297c.tar.gz
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
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 f174f979f8..4fa964012d 100644
--- a/setup.py
+++ b/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=[],