consul/handlers/main.yaml
2022-07-28 17:14:26 +03:00

9 lines
181 B
YAML

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