mirror of https://github.com/ceph/ceph-ansible.git
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
parent
38ab6de602
commit
77edd3d40a
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue