From 4680fafd9be79e940f676c2aa11a5b089ae02b14 Mon Sep 17 00:00:00 2001 From: Nathaniel Case Date: Mon, 5 Dec 2016 11:16:11 -0500 Subject: [PATCH] Add ansible-connection to scripts in setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4db8891ba2..004dfd920d 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ setup(name='ansible', 'bin/ansible-doc', 'bin/ansible-galaxy', 'bin/ansible-console', + 'bin/ansible-connection', 'bin/ansible-vault', ], data_files=[],