Fix yamllint errors from rocky8 group vars
This commit is contained in:
parent
7c8f704ae9
commit
5e9d9b3518
1 changed files with 4 additions and 2 deletions
|
@ -17,6 +17,8 @@ ipcmd: >-
|
|||
{% endif %}
|
||||
{% endif %}
|
||||
virt_install_os_args: >-
|
||||
--location https://nic.funet.fi/pub/mirrors/rockylinux.org/8/BaseOS/x86_64/os
|
||||
--extra-args "inst.ks={{ ks_file }} console=ttyS0 net.ifnames=0 bootdev=eth0 {{ ipcmd }}"
|
||||
--location
|
||||
https://nic.funet.fi/pub/mirrors/rockylinux.org/8/BaseOS/x86_64/os
|
||||
--extra-args
|
||||
"inst.ks={{ ks_file }} console=ttyS0 net.ifnames=0 bootdev=eth0 {{ ipcmd }}"
|
||||
virt_install_os_variant: rhel8-unknown
|
||||
|
|
Loading…
Add table
Reference in a new issue