From dc40c406c6703221bf09f21330fe14cc3517c5ea Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Fri, 20 Dec 2013 09:27:13 +0100 Subject: [PATCH] setup.py: fix ansible-galaxy was not installed when using make install --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c802eca6fd4..a1706f12efd 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 )