---
# handlers file for ara
- name: restart ara
ansible.builtin.service:
name: ara
state: restarted
become: yes
when:
- not ansible_check_mode | bool
- name: systemctl daemon-reload
ansible.builtin.systemd:
daemon_reload: yes
notify:
- restart ara