should allow the resolvmods change to work w/o error on systems w/o network init - only NM
This commit is contained in:
parent
9ec679a15f
commit
183a44bb43
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
- config
|
- config
|
||||||
|
|
||||||
- name: make sure our resolv.conf is the one being used - set RESOLV_MODS=no in /etc/sysconfig/network
|
- 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:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue