From 5e9d9b35180622fd661bc98ad4682650f5f5945e Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Mon, 31 Oct 2022 00:05:13 +0000 Subject: [PATCH] Fix yamllint errors from rocky8 group vars --- group_vars/rocky8.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/group_vars/rocky8.yml b/group_vars/rocky8.yml index 956b096..6ff4236 100644 --- a/group_vars/rocky8.yml +++ b/group_vars/rocky8.yml @@ -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