summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-11-21 17:47:12 -0500
committerBrian Coca <brian.coca+git@gmail.com>2016-11-21 17:47:12 -0500
commit551f09e6c502aba94dc9621f2090a2bed51b71c5 (patch)
treea699b077572f2fd44e2b76b5ac6ffe7e86f620b0
parentc836818705d8963455e27ce8cc60fe656dcf5301 (diff)
downloadansible-modules-core-551f09e6c502aba94dc9621f2090a2bed51b71c5.tar.gz
fix yaml format, clarify docs
-rw-r--r--files/find.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/find.py b/files/find.py
index d2a5ca65..3fdf2646 100644
--- a/files/find.py
+++ b/files/find.py
@@ -66,7 +66,7 @@ options:
required: false
description:
- Type of file to select
- - 'link' and 'any' were added in version 2.3
+ - The 'link' and 'any' choices were added in version 2.3
choices: [ "file", "directory", "link", "any" ]
default: "file"
recurse: