mirror of
https://gitea.0xace.cc/ansible-galaxy/consul.git
synced 2025-08-18 15:53:36 +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