From af0894f472c17cc4c7f631957b56609d01c12f4a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 7 Dec 2017 00:23:50 +0000 Subject: [PATCH] see if this fixes this up so it can go on --- inventory/group_vars/taskotron-dev-client-hosts | 2 ++ inventory/group_vars/taskotron-prod-client-hosts | 2 ++ inventory/group_vars/taskotron-stg-client-hosts | 2 ++ 3 files changed, 6 insertions(+) diff --git a/inventory/group_vars/taskotron-dev-client-hosts b/inventory/group_vars/taskotron-dev-client-hosts index 3bf127713c..7cfeae27df 100644 --- a/inventory/group_vars/taskotron-dev-client-hosts +++ b/inventory/group_vars/taskotron-dev-client-hosts @@ -79,3 +79,5 @@ imagefactory_tools_branch: develop # enable nested virt nested: true + +ansible_ifcfg_blacklist: true diff --git a/inventory/group_vars/taskotron-prod-client-hosts b/inventory/group_vars/taskotron-prod-client-hosts index 3a62133148..11aa83c9b8 100644 --- a/inventory/group_vars/taskotron-prod-client-hosts +++ b/inventory/group_vars/taskotron-prod-client-hosts @@ -78,3 +78,5 @@ imagefactory_tools_branch: master # enable nested virt nested: true + +ansible_ifcfg_blacklist: true diff --git a/inventory/group_vars/taskotron-stg-client-hosts b/inventory/group_vars/taskotron-stg-client-hosts index be04261f7a..a8b64350e0 100644 --- a/inventory/group_vars/taskotron-stg-client-hosts +++ b/inventory/group_vars/taskotron-stg-client-hosts @@ -79,3 +79,5 @@ imagefactory_tools_branch: master # enable nested virt nested: true + +ansible_ifcfg_blacklist: true