fix typo in example (#52475)

Add extra space

+label: docsite_pr
This commit is contained in:
Nicolas Quiniou-Briand 2019-02-18 14:59:47 +01:00 committed by Martin Krizek
parent c80ad43371
commit 2b9341f139

View file

@ -196,7 +196,7 @@ Another special tag is ``never``, which will prevent a task from running unless
Example::
tasks:
- debug: msg="{{ showmevar}}"
- debug: msg="{{ showmevar }}"
tags: [ never, debug ]
In this example, the task will only run when the ``debug`` or ``never`` tag is explicitly requested.