Correctly tag this task so it runs with the rest of the ifcfg things.

This commit is contained in:
Kevin Fenzi 2016-02-05 21:21:49 +00:00
parent ce59bc537e
commit 3315549c66

View file

@ -24,9 +24,14 @@
command: /usr/bin/test -f /usr/bin/nmcli
register: nmclitest
ignore_errors: true
- name: debug some things
debug: var=ansible_ifcfg_blacklist
changed_when: false
failed_when: "1 != 1"
always_run: true
tags:
- config
- resolvconf
- base
- ifcfg
- name: disable resolv.conf control from NM
ini_file: dest=/etc/NetworkManager/NetworkManager.conf section=main option=dns value=none