diff options
author | Nathaniel Case <ncase@redhat.com> | 2016-12-05 17:16:11 +0100 |
---|---|---|
committer | Nathaniel Case <ncase@redhat.com> | 2016-12-05 17:23:04 +0100 |
commit | 4680fafd9be79e940f676c2aa11a5b089ae02b14 (patch) | |
tree | 6a4e1b297ff88f69dc5ea46995d30e992c18d314 /setup.py | |
parent | Update for latest spreadsheet fields (diff) | |
download | ansible-4680fafd9be79e940f676c2aa11a5b089ae02b14.tar.xz ansible-4680fafd9be79e940f676c2aa11a5b089ae02b14.zip |
Add ansible-connection to scripts in setup.py
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ setup(name='ansible', 'bin/ansible-doc', 'bin/ansible-galaxy', 'bin/ansible-console', + 'bin/ansible-connection', 'bin/ansible-vault', ], data_files=[], |