mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
CLI: ansible-doc shows lists of modules & module docs on command-line
check path is directory added manpage & setup small cleanup shut up module_formatter in utils to avoid trace print on crud files in library
This commit is contained in:
parent
b8d6dec5ad
commit
17f31a2a79
6 changed files with 346 additions and 4 deletions
3
setup.py
3
setup.py
|
@ -40,7 +40,8 @@ setup(name='ansible',
|
|||
scripts=[
|
||||
'bin/ansible',
|
||||
'bin/ansible-playbook',
|
||||
'bin/ansible-pull'
|
||||
'bin/ansible-pull',
|
||||
'bin/ansible-doc'
|
||||
],
|
||||
data_files=data_files
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue