From 50d0d99ba691dc2fccd20cc849036958b59f6286 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Sat, 25 Jul 2015 00:18:16 +0530 Subject: [PATCH] Clarify that tagging an include/role tags every task within Closes #11361 --- docsite/rst/playbooks_tags.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docsite/rst/playbooks_tags.rst b/docsite/rst/playbooks_tags.rst index a03b975a4eb..76101717b7a 100644 --- a/docsite/rst/playbooks_tags.rst +++ b/docsite/rst/playbooks_tags.rst @@ -38,8 +38,9 @@ And you may also tag basic include statements:: - include: foo.yml tags=web,foo -Both of these have the function of tagging every single task inside the include statement. - +Both of these apply the specified tags to every task inside the included +file or role, so that these tasks can be selectively run when the playbook +is invoked with the corresponding tags. Special Tags ````````````