laforge submitted this 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(-)
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.