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
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/39321?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: Ic9730f49c33e872aedc8ed45511282e41c4f9bc3
Gerrit-Change-Number: 39321
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>