From cd7c273d9f2c9c904041088e1dac02c46e95ae04 Mon Sep 17 00:00:00 2001 From: Neznaenko Anton Date: Fri, 31 May 2019 10:30:34 +0300 Subject: [PATCH] clarify role filtering docs --- .../advanced-features/role-filtering/index.markdown | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/documentation/advanced-features/role-filtering/index.markdown b/docs/documentation/advanced-features/role-filtering/index.markdown index c4e0a8c1..c206f2fe 100644 --- a/docs/documentation/advanced-features/role-filtering/index.markdown +++ b/docs/documentation/advanced-features/role-filtering/index.markdown @@ -12,11 +12,10 @@ match a given role or roles. If the filter matches no servers, no actions will be taken. -If you specify a filter, it will match any servers that have that role, but -it will _only_ run the tasks for that role, not for any other roles that -server may have. For example, if you filtered for servers with the `web` role, -and a server had both the `web` and `db` role, only the `web` role would -be executed on it. +If you specify a filter, it will match any servers that have that role, and +it will run _all_ tasks for each of the roles that server has. For example, +if you filtered for servers with the `web` role, and a server had both the +`web` and `db` role, both the `web` and `db` role tasks would be executed on it. ### Specifying a role filter