Debug this sucker

This commit is contained in:
Kevin Fenzi 2016-02-05 21:15:19 +00:00
parent 97af2c4313
commit ce59bc537e

View file

@ -25,6 +25,9 @@
register: nmclitest
ignore_errors: true
- name: debug some things
debug: var=ansible_ifcfg_blacklist
- name: disable resolv.conf control from NM
ini_file: dest=/etc/NetworkManager/NetworkManager.conf section=main option=dns value=none
notify: