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