From 290ef0841fd1d6e0a59d2c8b9ea74ee522c3aca4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 7 Jul 2021 13:49:25 -0700 Subject: [PATCH] Revert "buildvm_s390x: try and not block ifcfg handling on s390x machines" This reverts commit 95eb10f4922327385356366c05404d6917aaff2b. Turns out this is a rabbit hole we don't want to go down. --- inventory/group_vars/buildvm_s390x | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory/group_vars/buildvm_s390x b/inventory/group_vars/buildvm_s390x index d2c94b23c8..cd7df89cf8 100644 --- a/inventory/group_vars/buildvm_s390x +++ b/inventory/group_vars/buildvm_s390x @@ -14,6 +14,7 @@ dns: 10.3.163.33 nm: 255.255.255.0 virt_install_command: "{{ virt_install_command_s390x_one_nic_unsafe }}" +ansible_ifcfg_blocklist: True createrepo: False host_group: kojibuilder