mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fixed bad tag example
This commit is contained in:
@@ -36,7 +36,8 @@ You may also apply tags to roles::
|
||||
|
||||
And you may also tag basic include statements::
|
||||
|
||||
- include: foo.yml tags=web,foo
|
||||
- include: foo.yml
|
||||
tags: [web,foo]
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user