Commit d44e0bbb by Tim Bielawa

Update the python setup script to install the ansible modules man page.

parent b4fd0042
...@@ -22,6 +22,9 @@ setup(name='ansible', ...@@ -22,6 +22,9 @@ setup(name='ansible',
]), ]),
('man/man1', [ ('man/man1', [
'docs/man/man1/ansible.1' 'docs/man/man1/ansible.1'
]),
('man/man5', [
'docs/man/man5/ansible-modules.5'
]) ])
], ],
scripts=[ scripts=[
......
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