From: Manuel Buil Date: Thu, 14 Feb 2019 11:26:13 +0000 (+0100) Subject: Fix typo X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c0a49c2779e408afe85ab44ff4b6ed1c843fa1f3;p=releng-xci.git Fix typo The name of the file should have baremetal not barematal Change-Id: I15d70b69943e8ce3032c76d1cd7bc7272a6b8d56 Signed-off-by: Manuel Buil --- diff --git a/xci/playbooks/roles/create-nodes/tasks/barematalhoststojson.yml b/xci/playbooks/roles/create-nodes/tasks/baremetalhoststojson.yml similarity index 100% rename from xci/playbooks/roles/create-nodes/tasks/barematalhoststojson.yml rename to xci/playbooks/roles/create-nodes/tasks/baremetalhoststojson.yml diff --git a/xci/playbooks/roles/create-nodes/tasks/main.yml b/xci/playbooks/roles/create-nodes/tasks/main.yml index 8e54fcd1..607ac494 100644 --- a/xci/playbooks/roles/create-nodes/tasks/main.yml +++ b/xci/playbooks/roles/create-nodes/tasks/main.yml @@ -24,7 +24,7 @@ - include_tasks: create_vm.yml with_indexed_items: "{{ vms_to_create }}" -- include_tasks: barematalhoststojson.yml +- include_tasks: baremetalhoststojson.yml with_items: "{{ baremetal_nodes }}" - name: Start the opnfv vm