diff --git a/ansible/testbed_add_vm_topology.yml b/ansible/testbed_add_vm_topology.yml index f623cbb747b..8cdcc5d7d43 100644 --- a/ansible/testbed_add_vm_topology.yml +++ b/ansible/testbed_add_vm_topology.yml @@ -108,7 +108,7 @@ when: configuration is not defined or configuration[hostname] is not defined or configuration[hostname]['properties'] is not defined - name: Set properties list to values, when they're defined - set_fact: properties_list=configuration[hostname]['properties'] + set_fact: properties_list="{{ configuration[hostname]['properties'] }}" when: configuration and configuration[hostname] and configuration[hostname]['properties'] is defined roles: