From b9a546b703c1bbc3b4acc38d37f1aaffca33b6da Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 28 Apr 2016 23:34:00 -0400 Subject: [PATCH] one less typo --- docsite/rst/playbooks_tags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_tags.rst b/docsite/rst/playbooks_tags.rst index c26e65dcd5..f6ab523cb6 100644 --- a/docsite/rst/playbooks_tags.rst +++ b/docsite/rst/playbooks_tags.rst @@ -35,7 +35,7 @@ On the other hand, if you want to run a playbook *without* certain tasks, you co Tag Inheritance ``````````````` -You can apply tags to more than tasks, but they ONLY affect the tasks themselves. Applyng tags anywhere else is just a +You can apply tags to more than tasks, but they ONLY affect the tasks themselves. Applying tags anywhere else is just a convenience so you don't have to write it on every task:: - hosts: all