From 54931f3251079f46ab4c23ead6bca156305ababe Mon Sep 17 00:00:00 2001 From: Michael Vermaes Date: Fri, 2 Dec 2016 15:01:00 +0800 Subject: [PATCH] Fix formatting, minor typo (#18711) --- docsite/rst/playbooks_tags.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_tags.rst b/docsite/rst/playbooks_tags.rst index 76d1ec0fdf..a9119577b8 100644 --- a/docsite/rst/playbooks_tags.rst +++ b/docsite/rst/playbooks_tags.rst @@ -32,12 +32,13 @@ On the other hand, if you want to run a playbook *without* certain tasks, you co .. _tag_reuse: -Tag Resuse +Tag Reuse ``````````````` You can apply the same tag name to more than one task, in the same file or included files. This will run all tasks with that tag. Example:: + --- # file: roles/common/tasks/main.yml