Commit dc40c406 by Rene Moser

setup.py: fix ansible-galaxy was not installed when using make install

parent d505586b
......@@ -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
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment