summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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::