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"
pull/80080/head
Raphael Michel 3 years ago committed by GitHub
parent 3fd0e12571
commit 563833d124
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save