mirror of
https://gitea.0xace.cc/ansible-galaxy/consul.git
synced 2025-07-01 09:23:09 +00:00
first commit
This commit is contained in:
8
handlers/main.yaml
Normal file
8
handlers/main.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
- block:
|
||||
- name: Restart consul
|
||||
throttle: 1
|
||||
ansible.builtin.systemd:
|
||||
state: restarted
|
||||
name: consul
|
||||
daemon_reload: yes
|
||||
when: not consul_setup.changed
|
Reference in New Issue
Block a user