Skip to content

Commit

Permalink
Merge pull request #154 from noonedeadpunk/systemctl_unmask
Browse files Browse the repository at this point in the history
Ensure that keepalived is not masked
  • Loading branch information
evrardjp authored Oct 23, 2020
2 parents ae8ccd2 + 1a1d49b commit 4db8468
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@
service:
name: "{{ keepalived_service_name }}"
enabled: "yes"
masked: "{{ (ansible_service_mgr is defined and ansible_service_mgr == 'systemd') | ternary('no', omit) }}"

- name: Make directory for keepalived's systemd overrides
file:
Expand Down

0 comments on commit 4db8468

Please sign in to comment.