From 2ba5967673471be94700b2112eff3e09829f24d2 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 21 Nov 2016 17:47:12 -0500 Subject: [PATCH] fix yaml format, clarify docs --- lib/ansible/modules/files/find.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/files/find.py b/lib/ansible/modules/files/find.py index d2a5ca6570d..3fdf2646269 100644 --- a/lib/ansible/modules/files/find.py +++ b/lib/ansible/modules/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: