summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@ansible.com>2015-05-07 08:43:53 -0400
committerBrian Coca <bcoca@ansible.com>2015-05-07 08:43:53 -0400
commitd6accfe31fefa3d0fde35ae495af0e6853f066f9 (patch)
treead15922ecfc12210ef7a69d392817327c64e3e7e
parent374ea10e6f33055bc9114ee3e5b38aee5e59fe41 (diff)
parent1108fd3dd2d438da0d352571f272223b0911b6d4 (diff)
downloadansible-d6accfe31fefa3d0fde35ae495af0e6853f066f9.tar.gz
Merge pull request #10940 from aioue/patch-1
Update playbooks_tags.rst
-rw-r--r--docsite/rst/playbooks_tags.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/playbooks_tags.rst b/docsite/rst/playbooks_tags.rst
index 01c4f6fa2b..a03b975a4e 100644
--- a/docsite/rst/playbooks_tags.rst
+++ b/docsite/rst/playbooks_tags.rst
@@ -59,7 +59,7 @@ Example::
- tag1
There are another 3 special keywords for tags, 'tagged', 'untagged' and 'all', which run only tagged, only untagged
-and all tasks respectively. By default ansible runs as if --tags all had been specified.
+and all tasks respectively. By default ansible runs as if '--tags all' had been specified.
.. seealso::