From 563833d124dfe421be019e567f3ac0bbcb23f853 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 23 Feb 2023 20:40:59 +0100 Subject: [PATCH] Docs: Clarify note on tags (#80079) The current wording could be read as "tasks that are tagged *both* configuration and packages" while in fact it is "tasks that are tagged *either* configuration *or* packages" --- docs/docsite/rst/playbook_guide/playbooks_tags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/playbook_guide/playbooks_tags.rst b/docs/docsite/rst/playbook_guide/playbooks_tags.rst index 4da0af02f4a..17196d2cfc4 100644 --- a/docs/docsite/rst/playbook_guide/playbooks_tags.rst +++ b/docs/docsite/rst/playbook_guide/playbooks_tags.rst @@ -339,7 +339,7 @@ Once you have added tags to your tasks, includes, blocks, plays, roles, and impo * ``--tags tagged`` - run only tasks with at least one tag * ``--tags untagged`` - run only tasks with no tags -For example, to run only tasks and blocks tagged ``configuration`` and ``packages`` in a very long playbook: +For example, to run only tasks and blocks tagged either ``configuration`` or ``packages`` in a very long playbook: .. code-block:: bash