mirror of
https://gitea.0xace.cc/ansible-galaxy/rabbitmq.git
synced 2025-07-03 13:03:08 +00:00
initial commit
This commit is contained in:
7
handlers/main.yaml
Normal file
7
handlers/main.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
- block:
|
||||
- name: Restart RabbitMQ server
|
||||
throttle: 1
|
||||
ansible.builtin.systemd:
|
||||
state: restarted
|
||||
daemon_reload: yes
|
||||
name: rabbitmq-server
|
Reference in New Issue
Block a user