should allow the resolvmods change to work w/o error on systems w/o network init - only NM

This commit is contained in:
Seth Vidal 2013-07-05 19:29:10 +00:00
parent 9ec679a15f
commit 183a44bb43

View file

@ -28,7 +28,7 @@
- config
- name: make sure our resolv.conf is the one being used - set RESOLV_MODS=no in /etc/sysconfig/network
lineinfile: dest=/etc/sysconfig/network backup=yes state=present line='RESOLV_MODS=no' regexp=^RESOLV_MODS=
lineinfile: dest=/etc/sysconfig/network create=yes backup=yes state=present line='RESOLV_MODS=no' regexp=^RESOLV_MODS=
tags:
- config