mirror of https://github.com/ceph/ceph-ansible.git
parent
029eb2a6d3
commit
4cc489f2ba
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue