mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #11722 from amenonsen/tagdocs
Clarify that tagging an include/role tags every task within
This commit is contained in:
commit
014f3e8f7a
1 changed files with 3 additions and 2 deletions
|
@ -38,8 +38,9 @@ And you may also tag basic include statements::
|
||||||
|
|
||||||
- include: foo.yml tags=web,foo
|
- include: foo.yml tags=web,foo
|
||||||
|
|
||||||
Both of these have the function of tagging every single task inside the include statement.
|
Both of these apply the specified tags to every task inside the included
|
||||||
|
file or role, so that these tasks can be selectively run when the playbook
|
||||||
|
is invoked with the corresponding tags.
|
||||||
|
|
||||||
Special Tags
|
Special Tags
|
||||||
````````````
|
````````````
|
||||||
|
|
Loading…
Reference in a new issue