diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2012-03-09 22:06:44 -0500 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2012-03-09 22:06:44 -0500 |
commit | 209760f8f60ec24e3ccb176914965cd1e223abe4 (patch) | |
tree | b5d9d8e742c1479e59300b072e6dc15c3eb20d37 /setup.py | |
parent | 1699013fbd1f667849fede31a1f5e53cc52ba4f3 (diff) | |
download | ansible-209760f8f60ec24e3ccb176914965cd1e223abe4.tar.gz |
Add manpage for ansible-playbook, since it is a command. More detailed docs will remain on the web site.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,7 +26,8 @@ setup(name='ansible', 'library/git', ]), ('/usr/share/man/man1', [ - 'docs/man/man1/ansible.1' + 'docs/man/man1/ansible.1', + 'docs/man/man1/ansible-playbook.1' ]), ], scripts=[ |