Clearer docs about debug mode

This commit is contained in:
southerntofu 2020-04-17 04:04:53 +02:00
parent ef316246fc
commit 83a34d8325
1 changed files with 1 additions and 1 deletions

View File

@ -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?