Commit 9d141c5f by awiddersheim

Fixed typo in docsite/rst/playbooks_tags.rst

parent 232eb9f8
......@@ -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' ] }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment