osmith has uploaded this change for review.

View Change

ansible/vars/Suse-15: set obs_vm_type = lxc

Fix that the playbook aborts with:
AnsibleUndefinedVariable: 'obs_vm_type' is undefined. 'obs_vm_type' is undefined

Change-Id: Ic9730f49c33e872aedc8ed45511282e41c4f9bc3
---
M ansible/vars/Suse-15.yml
1 file changed, 1 insertion(+), 0 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/21/39321/1
diff --git a/ansible/vars/Suse-15.yml b/ansible/vars/Suse-15.yml
index 0cf00c2..3a96175 100644
--- a/ansible/vars/Suse-15.yml
+++ b/ansible/vars/Suse-15.yml
@@ -1,2 +1,3 @@
---
obs_distro: fixme
+obs_vm_type: lxc

To view, visit change 39321. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ic9730f49c33e872aedc8ed45511282e41c4f9bc3
Gerrit-Change-Number: 39321
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>