add eno to interfaces

This commit is contained in:
Stephen Smoogen 2020-05-25 17:13:50 -04:00
parent 955ac58aab
commit 75b78ea9f6

View file

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