diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index fc9a89ceaa..17d2a11aed 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|^enp' + 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 == ""'