Merge pull request #8969 from jlaska/devel

Correct mysql integration indentation
This commit is contained in:
Toshio Kuratomi 2014-09-10 16:13:24 -07:00
commit 8b7b1e73d0

View file

@ -19,7 +19,7 @@
# ============================================================ # ============================================================
- include_vars: '{{ item }}' - include_vars: '{{ item }}'
with_first_found: with_first_found:
- files: - files:
- '{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml' - '{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml'
- '{{ ansible_os_family }}.yml' - '{{ ansible_os_family }}.yml'
paths: '../vars' paths: '../vars'