laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/39321?usp=email )
Change subject: ansible/vars/Suse-15: set obs_vm_type = lxc ......................................................................
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(-)
Approvals: laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified
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