]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Update make-osd-partitions.yml
authorWingKai Ho <sanguosifang@163.com>
Fri, 3 Mar 2017 09:26:53 +0000 (17:26 +0800)
committerGitHub <noreply@github.com>
Fri, 3 Mar 2017 09:26:53 +0000 (17:26 +0800)
fix syntactic error

infrastructure-playbooks/make-osd-partitions.yml

index 30f702cce94da44a5fdbcecc976729895f908633..4adc5a64446594b40befbd98eb2457cce5f35a1e 100644 (file)
@@ -34,8 +34,8 @@
   - name: load a variable file for devices partition
     include_vars: "{{ item }}"
     with_first_found:
-    - "host_vars/{{ ansible_hostname }}.yml"
-    - "host_vars/default.yml"
+      - "host_vars/{{ ansible_hostname }}.yml"
+      - "host_vars/default.yml"
 
   - name: install sgdisk(gdisk)
     package: