fixes to ansible-doc (#47682)

fixes to ansible-doc
 - change json to always be type dependent
 - change changelog generation to loop over the options
 - warn about ignoring module path
This commit is contained in:
Brian Coca
2018-12-10 11:37:15 -05:00
committed by GitHub
parent 18bf48cec2
commit 20270680fc
3 changed files with 16 additions and 10 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- "ansible-doc, --json now is 'type intelligent' and reinstated --all option"