From cb55e74487647612c589363d47b5e2d7c0385fe3 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 19 Dec 2016 15:10:33 -0500 Subject: [PATCH] added update to ansible-doc as minor feature --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 053a799ac5..823cb9419a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ Ansible Changes By Release * Blocks can now have a `name` field, to aid in playbook readability. * default strategy is now configurable via ansible.cfg or environment variable. * Added 'ansible_playbook_python' which contains 'current python executable', it can be blank in some cases in which Ansible is not invoked via the standard CLI (sys.executable limitation). +* ansible-doc now displays path to module ###Deprecations: * Specifying --tags (or --skip-tags) multiple times on the command line