1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

Add manpage for ansible-playbook, since it is a command. More detailed docs will remain on the web site.

This commit is contained in:
Michael DeHaan 2012-03-09 22:06:44 -05:00
parent 1699013fbd
commit 209760f8f6
6 changed files with 135 additions and 216 deletions

View file

@ -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=[