Clarify tags on tasks are applied with OR and not AND (#74038)
Co-authored-by: flowerysong <junk+github@flowerysong.com>
This commit is contained in:
parent
5e25ba62a6
commit
6b33864a2c
1 changed files with 2 additions and 2 deletions
|
@ -331,8 +331,8 @@ Once you have added tags to your tasks, includes, blocks, plays, roles, and impo
|
|||
:ref:`ansible-playbook` offers five tag-related command-line options:
|
||||
|
||||
* ``--tags all`` - run all tasks, ignore tags (default behavior)
|
||||
* ``--tags [tag1, tag2]`` - run only tasks with the tags ``tag1`` and ``tag2``
|
||||
* ``--skip-tags [tag3, tag4]`` - run all tasks except those with the tags ``tag3`` and ``tag4``
|
||||
* ``--tags [tag1, tag2]`` - run only tasks with either the tag ``tag1`` or the tag ``tag2``
|
||||
* ``--skip-tags [tag3, tag4]`` - run all tasks except those with either the tag ``tag3`` or the tag ``tag4``
|
||||
* ``--tags tagged`` - run only tasks with at least one tag
|
||||
* ``--tags untagged`` - run only tasks with no tags
|
||||
|
||||
|
|
Loading…
Reference in a new issue