fix the case on grep as it matters

This commit is contained in:
Stephen Smoogen 2020-06-05 10:39:05 -04:00
parent 75d1b3c715
commit 8d188f2e17

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