From e458a3a855ab2357497db912894536f3c877ebd2 Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Fri, 9 Oct 2015 12:03:34 +0200 Subject: [PATCH] Consistency change [ci skip] --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index fff6196..b7a9011 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -44,7 +44,7 @@ sysctl: name: net.ipv4.ip_nonlocal_bind value: "{{ keepalived_ip_nonlocal_bind }}" - reload: yes + reload: true state: present when: keepalived_ip_nonlocal_bind != false tags: @@ -56,7 +56,7 @@ service: name: keepalived state: started - enabled: yes + enabled: true # Pattern is needed to fix failure in Ubuntu 10.04 and idempotency in 12.04 and 14.04 pattern: /usr/sbin/keepalived tags: