From b54af6b42f1d6d16f09d829476dcc0a72120b5c5 Mon Sep 17 00:00:00 2001 From: Smaine Kahlouch Date: Tue, 19 Jan 2016 13:49:33 +0100 Subject: [PATCH] reduce dns timeout --- roles/dnsmasq/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dnsmasq/tasks/main.yml b/roles/dnsmasq/tasks/main.yml index 97f4b4286..ccff170f9 100644 --- a/roles/dnsmasq/tasks/main.yml +++ b/roles/dnsmasq/tasks/main.yml @@ -85,7 +85,7 @@ backup: yes follow: yes with_items: - - timeout:5 + - timeout:2 - attempts:2 - name: disable resolv.conf modification by dhclient