Fix doc for with_first_found

the variables in with_first_found should be list rather than dict
pull/34318/head
Jeffrey Zhang 7 years ago committed by Brian Coca
parent 70fd5d4caf
commit e045f46132

@ -37,7 +37,7 @@ EXAMPLES = """
- name: same copy but specific paths
copy: src={{item}} dest=/some/file
with_first_found:
files:
- files:
- foo
- "{{inventory_hostname}}
- bar

Loading…
Cancel
Save