mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07: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:
parent
1699013fbd
commit
209760f8f6
6 changed files with 135 additions and 216 deletions
3
setup.py
3
setup.py
|
@ -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=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue