mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-02 11:22:47 +00:00
Merge pull request #4598 from awiddersheim/patch-1
Fixed typo in docsite/rst/playbooks_tags.rst
This commit is contained in:
@@ -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"
|
||||
|
||||
You may also apply takes to roles::
|
||||
You may also apply tags to roles::
|
||||
|
||||
roles:
|
||||
- { role: webserver, port: 5000, tags: [ 'web', 'foo' ] }
|
||||
|
||||
Reference in New Issue
Block a user