summaryrefslogtreecommitdiffstats
path: root/ansible/deployment_poc/templates/grub.j2
blob: ec4d4a04ded08fb101ef455e413ef17ca5d29734 (plain)
1
2
3
default={% if os == 'openSUSE-Leap-x86_64' %}install-suse{% endif %}{% if os == 'OpenBSD-x86_64' %}install-openbsd{% endif %}

{% if os == 'openSUSE-Leap-x86_64' %}installfile=autoinst_{{ vm_name }}.xml{% endif %}