blob: 2b69d034a6a7c3009d7fe6524f169990a8787cef (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# SPDX-FileCopyrightText: 2026 Matthew Fennell <matthew@fennell.dev>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Restart munin-node
ansible.builtin.service:
name: munin-node
state: restarted
become: true
|