From 83a34d8325420cc73c942a3db93ca77ca2737f53 Mon Sep 17 00:00:00 2001 From: southerntofu Date: Fri, 17 Apr 2020 04:04:53 +0200 Subject: [PATCH] Clearer docs about debug mode --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e9781b..a422187 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ It should not. If a translation is not found, the standard (untranslated) name i ## How do i debug things? -The usual ansible flags -v and -vvv apply. -v will provide more information on what's changed. -vvv will run the debug output and so no translation will be applied. +The usual ansible flags -v and -vvv apply. -v will provide results on tasks/handlers that changed. -vvv will run the debug output, which means you'll have a lot of information but unfortunately no translations. ## Nice term tricks, how did you do?