munin_node: Rename role

This commit is contained in:
Timo Makinen 2022-02-25 00:43:44 +00:00
parent 26c6aca8f7
commit c67990e462
8 changed files with 2 additions and 2 deletions

View file

@ -19,4 +19,4 @@ system's base packages.
Following secondary services that are not required for production Following secondary services that are not required for production
capability are installed: capability are installed:
* munin-node for monitoring system usage * munin_node for monitoring system usage

View file

@ -47,7 +47,7 @@
include_role: include_role:
name: "{{ role }}" name: "{{ role }}"
with_items: with_items:
- munin-node - munin_node
- network - network
- pki - pki
- psacct - psacct