Fix formatting

This commit is contained in:
Ryan Cavicchioni 2019-10-27 18:37:35 -05:00
parent d9b189158c
commit 341a1a94b8
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D

View File

@ -1,6 +1,6 @@
---
- name: gather OS specific variables
include_vars: "{{ item }} "
include_vars: "{{ item }}"
with_first_found:
- "{{ ansible_distribution }}.yaml"
- "{{ ansible_os_family }}.yaml"