From c0a49c2779e408afe85ab44ff4b6ed1c843fa1f3 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Thu, 14 Feb 2019 12:26:13 +0100 Subject: [PATCH] Fix typo The name of the file should have baremetal not barematal Change-Id: I15d70b69943e8ce3032c76d1cd7bc7272a6b8d56 Signed-off-by: Manuel Buil --- .../tasks/{barematalhoststojson.yml => baremetalhoststojson.yml} | 0 xci/playbooks/roles/create-nodes/tasks/main.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename xci/playbooks/roles/create-nodes/tasks/{barematalhoststojson.yml => baremetalhoststojson.yml} (100%) 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 -- 2.16.6