From d24761af1b8d673d11ed8b154d81a875cd9b4718 Mon Sep 17 00:00:00 2001 From: Anton Belonovich Date: Fri, 12 Feb 2016 00:01:36 +0300 Subject: [PATCH] Update playbooks_roles.rst --- docsite/rst/playbooks_roles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_roles.rst b/docsite/rst/playbooks_roles.rst index 73c9710f519..980dce74158 100644 --- a/docsite/rst/playbooks_roles.rst +++ b/docsite/rst/playbooks_roles.rst @@ -227,7 +227,7 @@ While it's probably not something you should do often, you can also conditionall This works by applying the conditional to every task in the role. Conditionals are covered later on in the documentation. -Finally, you may wish to assign tags to the roles you specify. You can do so inline::: +Finally, you may wish to assign tags to the roles you specify. You can do so inline:: ---