From 9f45a29fedcb6cdb63bdd6def76b28d06c080697 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Wed, 4 Sep 2024 11:21:25 -0400 Subject: [PATCH] Update lib/ansible/plugins/lookup/fileglob.py --- lib/ansible/plugins/lookup/fileglob.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/lookup/fileglob.py b/lib/ansible/plugins/lookup/fileglob.py index 5cf505359da..617bc1025e7 100644 --- a/lib/ansible/plugins/lookup/fileglob.py +++ b/lib/ansible/plugins/lookup/fileglob.py @@ -19,7 +19,7 @@ DOCUMENTATION = """ description: Flag to control whether or not no matches found return a warning type: boolean default: False - version_added: "2.14" + version_added: "2.18" notes: - Patterns are only supported on files, not directory/paths. - See R(Ansible task paths,playbook_task_paths) to understand how file lookup occurs with paths.