Use boot_url variable when referencing to boot.foo.sh

This commit is contained in:
Timo Makinen 2020-09-17 20:09:57 +00:00
parent 7d21e1bbf3
commit fdb5cc437e
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ mem_size: 1536
num_cpus: 1
# extra args for virt-install
ks_file: "{{ boot_url }}/centos7.ks"
ks_file: "{{ boot_url }}/ks/centos7.ks"
ipcmd: >-
{% if network_interfaces[0]['proto'] is defined %}
{% if network_interfaces[0]['proto'] == 'static' %}