consul/handlers/main.yaml

9 lines
181 B
YAML
Raw Normal View History

2022-07-28 14:14:26 +00:00
- block:
- name: Restart consul
throttle: 1
ansible.builtin.systemd:
state: restarted
name: consul
daemon_reload: yes
when: not consul_setup.changed