mirror of
https://gitea.0xace.cc/ansible-galaxy/consul.git
synced 2024-11-25 06:37:18 +00:00
11 lines
235 B
YAML
11 lines
235 B
YAML
- block:
|
|
- name: Restart consul
|
|
throttle: 1
|
|
ansible.builtin.systemd:
|
|
state: restarted
|
|
name: consul
|
|
daemon_reload: yes
|
|
when:
|
|
- not consul_setup.changed
|
|
- not consul_enable_and_start.changed
|