osmith has uploaded this change for review. ( 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(-)
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