Skip to content

Commit

Permalink
Merge pull request ansible#8969 from jlaska/devel
Browse files Browse the repository at this point in the history
Correct mysql integration indentation
  • Loading branch information
abadger committed Sep 10, 2014
2 parents f67bd9c + 6cd55a5 commit 8b7b1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/roles/setup_mysql_db/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8b7b1e7

Please sign in to comment.