ppc interfaces are coming up as enp<BLAH>

This commit is contained in:
Stephen Smoogen 2020-06-05 10:36:51 -04:00
parent 4e654ddb29
commit 75d1b3c715

View file

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