From 75b78ea9f67e48f5890f9216c19f7f2ca44239f6 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Mon, 25 May 2020 17:13:50 -0400 Subject: [PATCH] add eno to interfaces --- 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 3967e4cf24..d1f675b069 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' + shell: nmcli -f "DEVICE,UUID" c show --active | grep -E '^eth|^br|^em|^eno' register: if_uuid changed_when: false failed_when: 'if_uuid.stdout == ""'