mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Fix roles language in docs (#25811)
* Correct tag behavior with regards to roles * Remove trailing spaces * Furthe clarify include vs. import tag behavior
This commit is contained in:
parent
36ad934156
commit
67eae347cd
1 changed files with 4 additions and 4 deletions
|
@ -177,7 +177,7 @@ Or, again, using the newer syntax::
|
||||||
- baz
|
- baz
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
This *tags all of the tasks in that role with the tags specified*, overriding any tags that are specified inside the role. If you find yourself building a role with lots of tags and you want to call subsets of the role at different times, you should consider just splitting that role into multiple roles.
|
This *tags all of the tasks in that role with the tags specified*, appending to any tags that are specified inside the role. The tags in this example will *not* be added to tasks inside an ``include_role``. Tag the ``include_role`` task directly in order to apply tags to tasks in included roles. If you find yourself building a role with lots of tags and you want to call subsets of the role at different times, you should consider just splitting that role into multiple roles.
|
||||||
|
|
||||||
Role Duplication and Execution
|
Role Duplication and Execution
|
||||||
``````````````````````````````
|
``````````````````````````````
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue