corrected doc example, non existing fact to the 2 it had 'merged'

reviewable/pr18780/r1
Brian Coca 10 years ago
parent ffb87adbc2
commit bd95479777

@ -32,7 +32,8 @@ EXAMPLES = """
# Load a variable file based on the OS type, or a default if not found.
- include_vars: "{{ item }}"
with_first_found:
- "{{ ansible_os_distribution }}.yml"
- "{{ ansible_distribution }}.yml"
- "{{ ansible_os_family }}.yml"
- "default.yml"
"""

Loading…
Cancel
Save