Lint fixes

This commit is contained in:
Timo Makinen 2020-08-26 21:38:18 +03:00
parent 65fcb4035e
commit d4a11404fd
4 changed files with 8 additions and 3 deletions

View file

@ -5,6 +5,7 @@ mem_size: 1536
num_cpus: 1
# extra args for virt-install
ks_file: "{{ boot_url }}/centos7.ks"
virt_install_os_args: >
--extra-args "ks=http://boot.foo.sh/ks/centos7.ks console=ttyS0 net.ifnames=0 ksdevice=eth0"
--extra-args "ks={{ ks_file }} console=ttyS0 net.ifnames=0 ksdevice=eth0"
--location http://centos.mirror.gnu.fi/7/os/x86_64