- block:
- name: Restart consul
throttle: 1
ansible.builtin.systemd:
state: restarted
name: consul
daemon_reload: yes
when: "not consul_setup.changed or not consul_enable_and_start.changed"