From 9f3491d03587ac52de02ec5960d970d351ae529f Mon Sep 17 00:00:00 2001 From: Maxim Kurganskiy Date: Thu, 12 Apr 2018 17:04:32 +0300 Subject: [PATCH] Examples: Edit mistake (#38657) --- lib/ansible/plugins/lookup/first_found.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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