From 75d1b3c71522219c86d2239fdb2855e747f64f22 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 5 Jun 2020 10:36:51 -0400 Subject: [PATCH] ppc interfaces are coming up as enp --- roles/base/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index dfca6fb1de..fc9a89ceaa 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -78,7 +78,7 @@ - ifcfg - name: get interface uuid - shell: nmcli -f "DEVICE,UUID" c show --active | grep -E '^eth|^br|^em|^eno' + shell: nmcli -f "DEVICE,UUID" c show --active | grep -E '^eth|^br|^em|^eno|^enp' register: if_uuid changed_when: false failed_when: 'if_uuid.stdout == ""'