Commit 7da68bb2 by Michael DeHaan

Merge pull request #7595 from bcoca/doc_include_vars_fix

corrected doc example, non existing fact to the 2 it had 'merged'
parents 188ab7b9 fedc3a4f
......@@ -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"
"""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment