From 019decd29a1c50e3db2df87002b5c086ab43390a Mon Sep 17 00:00:00 2001 From: Pilou Date: Sat, 28 Apr 2018 14:59:07 +0200 Subject: [PATCH] doc: Add missing parenthesis in first_found example (#39420) --- lib/ansible/plugins/lookup/first_found.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/lookup/first_found.py b/lib/ansible/plugins/lookup/first_found.py index e3d8d1fa88c..d896b26434a 100644 --- a/lib/ansible/plugins/lookup/first_found.py +++ b/lib/ansible/plugins/lookup/first_found.py @@ -44,7 +44,7 @@ EXAMPLES = """ - bar - name: same copy but specific paths - copy: src={{lookup('first_found', findme, mypaths}} dest=/some/file + copy: src={{lookup('first_found', findme, mypaths)}} dest=/some/file vars: findme: - foo