Whitespace fixes

This commit is contained in:
Ryan Cavicchioni 2019-08-25 02:07:53 +00:00
parent de19dd6104
commit fea57842e7
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D
2 changed files with 2 additions and 2 deletions

View File

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

View File

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