Skip to content

Commit 605b077

Browse files
committed
Update main.yml
1 parent 216fb8e commit 605b077

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

handlers/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,9 @@
6666
- logrotate_check['stderr_lines'] != []
6767
- logrotate_check['rc'] != 0
6868
listen: (Handler) Run logrotate
69+
70+
- name: (Handler) Start NGINX Plus HA keepalived
71+
ansible.builtin.service:
72+
name: keepalived
73+
state: restarted
74+
enabled: true

0 commit comments

Comments
 (0)