Fix typo 27/67027/1
authorManuel Buil <mbuil@suse.com>
Thu, 14 Feb 2019 11:26:13 +0000 (12:26 +0100)
committerManuel Buil <mbuil@suse.com>
Thu, 14 Feb 2019 11:26:13 +0000 (12:26 +0100)
The name of the file should have baremetal not barematal

Change-Id: I15d70b69943e8ce3032c76d1cd7bc7272a6b8d56
Signed-off-by: Manuel Buil <mbuil@suse.com>
xci/playbooks/roles/create-nodes/tasks/baremetalhoststojson.yml [moved from xci/playbooks/roles/create-nodes/tasks/barematalhoststojson.yml with 100% similarity]
xci/playbooks/roles/create-nodes/tasks/main.yml

index 8e54fcd..607ac49 100644 (file)
@@ -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