From 9d141c5f34a661692e73a401649a7335aaba9b0d Mon Sep 17 00:00:00 2001 From: awiddersheim Date: Fri, 18 Oct 2013 23:00:50 -0400 Subject: [PATCH] Fixed typo in docsite/rst/playbooks_tags.rst --- docsite/rst/playbooks_tags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_tags.rst b/docsite/rst/playbooks_tags.rst index ef20dcaf1df..600ffa584e0 100644 --- a/docsite/rst/playbooks_tags.rst +++ b/docsite/rst/playbooks_tags.rst @@ -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' ] }