]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fixing tabs that are breaking the syntax check 1367/head
authorDaniel Marks <daniel.marks@codecentric.de>
Wed, 15 Mar 2017 13:15:15 +0000 (14:15 +0100)
committerDaniel Marks <daniel.marks@codecentric.de>
Wed, 15 Mar 2017 13:15:15 +0000 (14:15 +0100)
With the merge of PR #1336 the syntax check fails. This commit replaces
the tabs with proper indentation.

infrastructure-playbooks/make-osd-partitions.yml

index c4ba15a5daab67dc52cb80319e75154814c59223..d348cb38056f39cfa9d3628f53408765a248b202 100644 (file)
   - "{{ 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"