Correctly tag this task so it runs with the rest of the ifcfg things.
This commit is contained in:
parent
ce59bc537e
commit
3315549c66
1 changed files with 8 additions and 3 deletions
|
@ -24,9 +24,14 @@
|
||||||
command: /usr/bin/test -f /usr/bin/nmcli
|
command: /usr/bin/test -f /usr/bin/nmcli
|
||||||
register: nmclitest
|
register: nmclitest
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
changed_when: false
|
||||||
- name: debug some things
|
failed_when: "1 != 1"
|
||||||
debug: var=ansible_ifcfg_blacklist
|
always_run: true
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- resolvconf
|
||||||
|
- base
|
||||||
|
- ifcfg
|
||||||
|
|
||||||
- name: disable resolv.conf control from NM
|
- name: disable resolv.conf control from NM
|
||||||
ini_file: dest=/etc/NetworkManager/NetworkManager.conf section=main option=dns value=none
|
ini_file: dest=/etc/NetworkManager/NetworkManager.conf section=main option=dns value=none
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue