summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/files/find.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/files/find.py')
-rw-r--r--lib/ansible/modules/files/find.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/files/find.py b/lib/ansible/modules/files/find.py
index d3bfee2d79..0b85dfc47b 100644
--- a/lib/ansible/modules/files/find.py
+++ b/lib/ansible/modules/files/find.py
@@ -45,7 +45,7 @@ options:
excludes:
description:
- One or more (shell or regex) patterns, which type is controlled by C(use_regex) option.
- - Items matching an C(excludes) pattern are culled from C(patterns) matches.
+ - Items whose basenames match an C(excludes) pattern are culled from C(patterns) matches.
Multiple patterns can be specified using a list.
type: list
aliases: [ exclude ]