diff options
author | Manuel Buil <mbuil@suse.com> | 2018-10-30 21:11:19 +0100 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2018-10-30 22:29:17 +0100 |
commit | 4482548cccf779a0f25c61dee73de418a9afe4e5 (patch) | |
tree | 6d13d2860f6af533f0262de4d277014fa4bec3a4 /xci/playbooks/roles/create-nodes/tasks | |
parent | e340bbdce220b4f11896267e20981a887ba0c100 (diff) |
Bug fix: Wrong reference to vm_host_groups
The variable should be host_group which is generated at line 32 and 35
Change-Id: I7add3af73198ec0638dee0c8f189a3a372a78ee8
Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'xci/playbooks/roles/create-nodes/tasks')
-rw-r--r-- | xci/playbooks/roles/create-nodes/tasks/barematalhoststojson.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/playbooks/roles/create-nodes/tasks/barematalhoststojson.yml b/xci/playbooks/roles/create-nodes/tasks/barematalhoststojson.yml index 070221fd..e3eec9f0 100644 --- a/xci/playbooks/roles/create-nodes/tasks/barematalhoststojson.yml +++ b/xci/playbooks/roles/create-nodes/tasks/barematalhoststojson.yml @@ -48,7 +48,7 @@ node_data: name: "{{ item.name }}" uuid: "{{ item.name | to_uuid }}" - host_groups: "{{ vm_host_group }}" + host_groups: "{{ host_group }}" driver: "{{ vm_node_driver|default('ipmi') }}" driver_info: power: |