From 8a1426059f2a55adf2c2111192f25f53a0d870b8 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 7 Oct 2015 12:47:35 -0400 Subject: [PATCH] added entry for task path/line when verbose --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a65765d0718..bf342ed4cc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -285,6 +285,7 @@ you avoid ever writing sensitive plaintext to disk. * ansible-vault rekey accepts the --new-vault-password-file option. * Configuration items defined as paths (local only) now all support shell style interpolations. * Many fixes and new options added to modules, too many to list here. +* Now you can see task file and line number when using verbosity of 3 or above. ## 1.9.2 "Dancing In the Street" - Jun 26, 2015