mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1367 from D3N14L/fix_whitespaces_from_1336
Fixing tabs that are breaking the syntax checkpull/1369/head
commit
acfaf87ab0
|
@ -31,15 +31,15 @@
|
||||||
- "{{ osd_group_name }}"
|
- "{{ osd_group_name }}"
|
||||||
|
|
||||||
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"
|
||||||
skip: true
|
skip: true
|
||||||
|
|
||||||
- name: exit playbook, if devices not defined
|
- name: exit playbook, if devices not defined
|
||||||
fail:
|
fail:
|
||||||
msg: "devices must be define in host_vars/default.yml or host_vars/{{ ansible_hostname }}.yml"
|
msg: "devices must be define in host_vars/default.yml or host_vars/{{ ansible_hostname }}.yml"
|
||||||
|
|
Loading…
Reference in New Issue