mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix formatting, minor typo (#18711)
This commit is contained in:
parent
1fae3aecc7
commit
54931f3251
1 changed files with 2 additions and 1 deletions
|
@ -32,12 +32,13 @@ On the other hand, if you want to run a playbook *without* certain tasks, you co
|
||||||
|
|
||||||
.. _tag_reuse:
|
.. _tag_reuse:
|
||||||
|
|
||||||
Tag Resuse
|
Tag Reuse
|
||||||
```````````````
|
```````````````
|
||||||
You can apply the same tag name to more than one task, in the same file
|
You can apply the same tag name to more than one task, in the same file
|
||||||
or included files. This will run all tasks with that tag.
|
or included files. This will run all tasks with that tag.
|
||||||
|
|
||||||
Example::
|
Example::
|
||||||
|
|
||||||
---
|
---
|
||||||
# file: roles/common/tasks/main.yml
|
# file: roles/common/tasks/main.yml
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue