diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 22:00:45 +0100 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2026-09-09 22:00:45 +0100 |
| commit | d2ecd350c47312cbf58840c953a9be68990d01e5 (patch) | |
| tree | 4e4a00507a393a53db11c53c7b0123d262125574 /munin-node/handlers | |
| parent | 0dd7bb008d2079f45b85736549ac524796c1f398 (diff) | |
Copy munin-node tasks & handlers from xmpp-server
This is a straightforward copy and delete from the xmpp-server playbook for
now. Cleanup (for instance, adding a prefix to the variable names) will come
later.
Diffstat (limited to 'munin-node/handlers')
| -rw-r--r-- | munin-node/handlers/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/munin-node/handlers/main.yml b/munin-node/handlers/main.yml index d8d22f9..2b69d03 100644 --- a/munin-node/handlers/main.yml +++ b/munin-node/handlers/main.yml @@ -3,3 +3,9 @@ # SPDX-License-Identifier: AGPL-3.0-or-later --- + +- name: Restart munin-node + ansible.builtin.service: + name: munin-node + state: restarted + become: true |
