diff --git a/lib/ansible/plugins/lookup/first_found.py b/lib/ansible/plugins/lookup/first_found.py index 1a9291ef32..0b066b2507 100644 --- a/lib/ansible/plugins/lookup/first_found.py +++ b/lib/ansible/plugins/lookup/first_found.py @@ -37,13 +37,13 @@ EXAMPLES = """ - name: same copy but specific paths copy: src={{item}} dest=/some/file with_first_found: - files: - - foo - - "{{inventory_hostname}} - - bar - paths: - - /tmp/production - - /tmp/staging + - files: + - foo + - "{{inventory_hostname}} + - bar + paths: + - /tmp/production + - /tmp/staging - name: INTERFACES | Create Ansible header for /etc/network/interfaces template: