From 6738a851d5b05c356af519e5f362ace3e2e7c690 Mon Sep 17 00:00:00 2001 From: Colin Nolan Date: Sun, 28 Apr 2024 17:51:50 +0100 Subject: [PATCH] Corrects version_added for max_matches. --- lib/ansible/modules/find.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/find.py b/lib/ansible/modules/find.py index e92b697df5e..25da8a79fa2 100644 --- a/lib/ansible/modules/find.py +++ b/lib/ansible/modules/find.py @@ -162,7 +162,7 @@ options: - Default is unlimited matches. type: int default: -1 - version_added: "2.17" + version_added: "2.18" extends_documentation_fragment: action_common_attributes attributes: check_mode: