consul/handlers/main.yaml

11 lines
235 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
2023-02-09 21:09:47 +00:00
when:
- not consul_setup.changed
2023-02-09 21:57:18 +00:00
- not consul_enable_and_start.changed