parent
c80ad43371
commit
2b9341f139
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ Another special tag is ``never``, which will prevent a task from running unless
|
||||||
Example::
|
Example::
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- debug: msg="{{ showmevar}}"
|
- debug: msg="{{ showmevar }}"
|
||||||
tags: [ never, debug ]
|
tags: [ never, debug ]
|
||||||
|
|
||||||
In this example, the task will only run when the ``debug`` or ``never`` tag is explicitly requested.
|
In this example, the task will only run when the ``debug`` or ``never`` tag is explicitly requested.
|
||||||
|
|
Loading…
Reference in a new issue