mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Fixed typo in docsite/rst/playbooks_tags.rst
This commit is contained in:
parent
232eb9f8e6
commit
9d141c5f34
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ If you wanted to just run the "configuration" and "packages" part of a very long
|
||||||
|
|
||||||
ansible-playbook example.yml --tags "configuration,packages"
|
ansible-playbook example.yml --tags "configuration,packages"
|
||||||
|
|
||||||
You may also apply takes to roles::
|
You may also apply tags to roles::
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- { role: webserver, port: 5000, tags: [ 'web', 'foo' ] }
|
- { role: webserver, port: 5000, tags: [ 'web', 'foo' ] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue