mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-02 12:14:25 -07:00
Because everything should have a man page
This commit is contained in:
parent
4caf9d274b
commit
f0b0211772
6 changed files with 256 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -19,10 +19,12 @@ setup(name='ansible',
|
|||
'library/command',
|
||||
'library/facter',
|
||||
'library/copy',
|
||||
]),
|
||||
('man/man1', [
|
||||
'docs/man/man1/ansible.1'
|
||||
])
|
||||
],
|
||||
scripts=[
|
||||
'bin/ansible',
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue