Update the python setup script to install the ansible modules man page.
This commit is contained in:
parent
b4fd0042f6
commit
d44e0bbb61
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
@ -22,6 +22,9 @@ setup(name='ansible',
|
|||
]),
|
||||
('man/man1', [
|
||||
'docs/man/man1/ansible.1'
|
||||
]),
|
||||
('man/man5', [
|
||||
'docs/man/man5/ansible-modules.5'
|
||||
])
|
||||
],
|
||||
scripts=[
|
||||
|
|
Loading…
Reference in a new issue