Add the resolv.conf tasks to the ifcfg tag for now, as we want to make sure and do them at the same time.

This commit is contained in:
Kevin Fenzi 2016-02-05 19:35:06 +00:00
parent 7cac215874
commit 18f920701a

View file

@ -18,6 +18,7 @@
- config
- resolvconf
- base
- ifcfg
- name: disable resolv.conf control from NM
ini_file: dest=/etc/NetworkManager/NetworkManager.conf section=main option=dns value=none
@ -28,6 +29,7 @@
- config
- resolvconf
- base
- ifcfg
- name: get interface uuid
shell: nmcli -f "DEVICE,UUID" c show --active | grep -E '^eth|^br'