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 == ""'