Update make-osd-partitions.yml

fix syntactic error
pull/1336/head
WingKai Ho 2017-03-03 17:26:53 +08:00 committed by GitHub
parent 029eb2a6d3
commit 4cc489f2ba
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@
- 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:
- "host_vars/{{ ansible_hostname }}.yml" - "host_vars/{{ ansible_hostname }}.yml"
- "host_vars/default.yml" - "host_vars/default.yml"
- name: install sgdisk(gdisk) - name: install sgdisk(gdisk)
package: package: