From c0a49c2779e408afe85ab44ff4b6ed1c843fa1f3 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Thu, 14 Feb 2019 12:26:13 +0100 Subject: Fix typo The name of the file should have baremetal not barematal Change-Id: I15d70b69943e8ce3032c76d1cd7bc7272a6b8d56 Signed-off-by: Manuel Buil --- xci/playbooks/roles/create-nodes/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xci/playbooks/roles/create-nodes/tasks/main.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 -- cgit 1.2.3-korg