Fixing tabs that are breaking the syntax check

With the merge of PR #1336 the syntax check fails. This commit replaces
the tabs with proper indentation.
pull/1367/head
Daniel Marks 2017-03-15 14:15:15 +01:00
parent 38ab6de602
commit 77edd3d40a
1 changed files with 4 additions and 4 deletions

View File

@ -33,8 +33,8 @@
tasks: tasks:
- name: load a variable file for devices partition - name: load a variable file for devices partition
  include_vars: "{{ item }}" include_vars: "{{ item }}"
  with_first_found: with_first_found:
- files: - files:
- "host_vars/{{ ansible_hostname }}.yml" - "host_vars/{{ ansible_hostname }}.yml"
- "host_vars/default.yml" - "host_vars/default.yml"