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: