Skip to content

Commit

Permalink
Consistency change
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tersmitten committed Oct 9, 2015
1 parent 631621a commit e458a3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit e458a3a

Please sign in to comment.