diff --git a/infrastructure-playbooks/make-osd-partitions.yml b/infrastructure-playbooks/make-osd-partitions.yml index 30f702cce..4adc5a644 100644 --- a/infrastructure-playbooks/make-osd-partitions.yml +++ b/infrastructure-playbooks/make-osd-partitions.yml @@ -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: