Revert "Fix resolv.conf search/nameserver"

This reverts commit 977f82c32c.
This commit is contained in:
Smana
2016-08-24 12:36:25 +02:00
parent 1938c96239
commit 643b28f9d3
3 changed files with 4 additions and 37 deletions

View File

@@ -1,10 +0,0 @@
- name: Dnsmasq | restart network
service:
name: >-
{% if ansible_os_family == "RedHat" -%}
network
{%- elif ansible_os_family == "Debian" -%}
networking
{%- endif %}
state: restarted
when: ansible_os_family != "CoreOS"