Merge pull request #1367 from D3N14L/fix_whitespaces_from_1336

Fixing tabs that are breaking the syntax check
pull/1369/head
Andrew Schoen 2017-03-15 16:37:04 -05:00 committed by GitHub
commit acfaf87ab0
1 changed files with 4 additions and 4 deletions

View File

@ -31,15 +31,15 @@
- "{{ osd_group_name }}"
tasks:
- name: load a variable file for devices partition
  include_vars: "{{ item }}"
  with_first_found:
include_vars: "{{ item }}"
with_first_found:
- files:
- "host_vars/{{ ansible_hostname }}.yml"
- "host_vars/default.yml"
skip: true
- name: exit playbook, if devices not defined
fail:
msg: "devices must be define in host_vars/default.yml or host_vars/{{ ansible_hostname }}.yml"