From b278fafec8ff8c3f4a7ac0886122c1e780f28834 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 21 Nov 2016 17:21:16 -0500 Subject: [PATCH] updated desc --- lib/ansible/modules/files/find.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/files/find.py b/lib/ansible/modules/files/find.py index f11a68cf584..d2a5ca6570d 100644 --- a/lib/ansible/modules/files/find.py +++ b/lib/ansible/modules/files/find.py @@ -66,6 +66,7 @@ options: required: false description: - Type of file to select + - 'link' and 'any' were added in version 2.3 choices: [ "file", "directory", "link", "any" ] default: "file" recurse: