From dc40c406c6703221bf09f21330fe14cc3517c5ea Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Fri, 20 Dec 2013 09:27:13 +0100 Subject: setup.py: fix ansible-galaxy was not installed when using make install --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c802eca6fd..a1706f12ef 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,8 @@ setup(name='ansible', 'bin/ansible', 'bin/ansible-playbook', 'bin/ansible-pull', - 'bin/ansible-doc' + 'bin/ansible-doc', + 'bin/ansible-galaxy' ], data_files=data_files ) -- cgit v1.2.1