diff --git a/lib/ansible/plugins/lookup/first_found.py b/lib/ansible/plugins/lookup/first_found.py index 2798a0d286..e3d8d1fa88 100644 --- a/lib/ansible/plugins/lookup/first_found.py +++ b/lib/ansible/plugins/lookup/first_found.py @@ -40,7 +40,7 @@ EXAMPLES = """ vars: findme: - foo - - "{{inventory_hostname}} + - "{{inventory_hostname}}" - bar - name: same copy but specific paths @@ -48,7 +48,7 @@ EXAMPLES = """ vars: findme: - foo - - "{{inventory_hostname}} + - "{{inventory_hostname}}" - bar mypaths: - /tmp/production