From d8b06f3e2feb134cbb1b75d8a070fce959dc2a31 Mon Sep 17 00:00:00 2001
From: Matthew Mosesohn <mmosesohn@mirantis.com>
Date: Tue, 18 Oct 2016 14:28:28 +0400
Subject: [PATCH] Ignore changes on check resolvconf task

---
 roles/dnsmasq/tasks/resolvconf.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/dnsmasq/tasks/resolvconf.yml b/roles/dnsmasq/tasks/resolvconf.yml
index c018e9771..b24ef17ab 100644
--- a/roles/dnsmasq/tasks/resolvconf.yml
+++ b/roles/dnsmasq/tasks/resolvconf.yml
@@ -3,6 +3,7 @@
   shell: which resolvconf
   register: resolvconf
   ignore_errors: yes
+  changed_when: false
 
 - name: target resolv.conf file
   set_fact:
-- 
GitLab