mirror of
https://gitea.0xace.cc/ansible-galaxy/consul.git
synced 2024-11-25 06:37:18 +00:00
9 lines
181 B
YAML
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
|