diff --git a/docsite/rst/playbooks_tags.rst b/docsite/rst/playbooks_tags.rst index 76101717b7a..7876fdc3d89 100644 --- a/docsite/rst/playbooks_tags.rst +++ b/docsite/rst/playbooks_tags.rst @@ -60,7 +60,9 @@ 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::