mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #8969 from jlaska/devel
Correct mysql integration indentation
This commit is contained in:
commit
8b7b1e73d0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
# ============================================================
|
||||
- include_vars: '{{ item }}'
|
||||
with_first_found:
|
||||
- files:
|
||||
- files:
|
||||
- '{{ ansible_os_family }}-{{ ansible_distribution_major_version }}.yml'
|
||||
- '{{ ansible_os_family }}.yml'
|
||||
paths: '../vars'
|
||||
|
|
Loading…
Reference in a new issue