Skip to content

Commit

Permalink
Merge pull request #7 from mvdriel/remove-reload-sysctl-handlers
Browse files Browse the repository at this point in the history
Removed reload sysctl handlers
  • Loading branch information
tersmitten committed Oct 9, 2015
2 parents 7bf31dd + f777341 commit 631621a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,3 @@
service:
name: keepalived
state: restarted

- name: reload sysctl
command: sysctl -p
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
sysctl:
name: net.ipv4.ip_nonlocal_bind
value: "{{ keepalived_ip_nonlocal_bind }}"
reload: yes
state: present
notify: reload sysctl
when: keepalived_ip_nonlocal_bind != false
tags:
- configuration
Expand Down

0 comments on commit 631621a

Please sign in to comment.