add eno to interfaces
This commit is contained in:
parent
955ac58aab
commit
75b78ea9f6
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
||||||
- ifcfg
|
- ifcfg
|
||||||
|
|
||||||
- name: get interface uuid
|
- 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
|
register: if_uuid
|
||||||
changed_when: false
|
changed_when: false
|
||||||
failed_when: 'if_uuid.stdout == ""'
|
failed_when: 'if_uuid.stdout == ""'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue