mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
corrected doc example, non existing fact to the 2 it had 'merged'
This commit is contained in:
parent
188ab7b952
commit
fedc3a4f85
1 changed files with 3 additions and 2 deletions
|
@ -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…
Reference in a new issue